Difference between revisions of "Php comment syntax"
From thelinuxwiki
				
								
				
				
																
				
				
								
				 (Pushed from Themanclub.)  | 
			
Latest revision as of 16:25, 12 April 2013
// or # will comment out all text to the right of it
multiline comments use /* */ example:
/* comment line1 comment line2 blah blah blah more comments */