CATEGORY: PHP

QUESTION:
How do I comment out a line in php?

ANSWER:
There are 2 ways to make comments, // for commenting out one line, and if you want to comment out more lines, then start it with /* and end it with */.

############################################################

Please be advised that this is a SUPPLEMENTAL Online Manual.

The PRIMARY Online Manual is inside your Online Control Panel... to access it, just click Documentation link at very bottom of Online Control Panel screen.

You should always consult the Online Manual inside your control panel first... and only consult this SUPPLEMENTAL Online Manual as a last resort.

if after consulting the Control Panel Documentation, you still need assistance, please CONTACT SUPPORT

top