Tutorial Comments in PHP

/* This code by Chris Coyier */ $i = 0; // counter to be used later; ?> Comments in PHP can be between /* */ m...


/*
This code by Chris Coyier
*/

$i = 0; // counter to be used later;

?>
Comments in PHP can be between /* */ markings (useful for multiple line comments) or after // markings (for single lines only).

Hot in Week

Popular

Archive

item