Q. What is the correct way to write a comment in PHP? (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 //, #, and /* */ styles for comments.