Q. Which of the following is a correct PHP comment? (A) // This is a comment (B) # This is a comment (C) /* This is a comment */ (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above Explanation: PHP supports single-line and multi-line comments.