Server-side script language. \n";
echo "CSIT 207", " Fall 2006\n";
// echo '
Hope you\'ll enjoy it\n'; // Need double quotes for \n
echo '
Hope you\'ll enjoy it.';
echo "\n";
echo "This is \"Fredonia\"";
// Extra space won't show up.
// \n for the HTML source file
//
for the HTML file
// PHP comments do not show up in the HTML source file nor in the HTML file
// No HTML comments in PHP code, but outside, yes.
// Comments in PHP are like those in C++ or with the number sign
?>