CATEGORY: PHP

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

ANSWER:
You can comment out lines with the // in the front of the line. Or you can comment out sections by starting the section with /* and ending it with */


Eddie
############################################################

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