WEB DESIGN & WEB DEVELOPMENT
How to Comment Out a php Line
By: Chad Bell
Using # or //
<?
echo “John Smith”;
# This is a comment line
By: Chad Bell
Using # or //
<?
echo “John Smith”;
# This is a comment line