HOW TO COMMENT OUT A PHP LINE
By: Chad Bell
Using # or //
<?
echo “John Smith”;
# This is a comment line// This is also a comment line?>