PHP supports ‘C‘, ‘C++‘ and Unix shell-style comments.
PHP Example:-
<?php
echo “This is a test”; // This is a one-line c++ style comment
/* This is a multi line comment
yet another line of comment */
echo “This is yet another test”;
echo “One Final Test”; # This is shell-style style comment
?>
The “one-line” comment styles actually only comment to the end of the line or the current block of PHP code, whichever comes first.[Read More...]
The Blog Resource Blog Blog Directory Vault Blogs Directory topblogging Blog Directory Chefsblogs.com
Blog Flux Directory
Blogs by CountryBloghints.com Directory





