<<< Previous question <<< Question ID#0353.md >>> Next question >>>
How do you comment out code in a PHP script?
- A) // Single line comment
- B) Commenting is not possible in PHP scripts
- C) {* Block comment *}
- D)
Answer
Answer: A
How do you comment out code in a PHP script?
Answer: A