You are here:Home»KB»Programming»PHP»PHP comment characters
Friday, 27 January 2017 14:07

PHP comment characters

Written by

We should all know these but I didnt so I have just made a note of the PHP comment characters you can use.

#

//

/*
 *
 */ 

and in a HTML code block, within a PHP page, you should still use the code below as normal.

 <!-- -->
Read 750 times