Q. Which of the following is a valid PHP comment? (A) // comment (B) # comment (C) /* 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.