Php comment syntax

From thelinuxwiki
Jump to: navigation, search

// or # will comment out all text to the right of it

multiline comments use /* */ example:

 /* comment line1
 comment line2
 blah blah blah more comments
 */