07.04.2013, 23:59
Replace line 16:
echo "You are running the file <b> $_SERVER['PHP_SELF'] </b>.<br /><br />\n";
TO:
echo "You are running the file <b>"; echo $_SERVER['PHP_SELF']; echo "</b>.<br /><br />\n";
echo "You are running the file <b> $_SERVER['PHP_SELF'] </b>.<br /><br />\n";
TO:
echo "You are running the file <b>"; echo $_SERVER['PHP_SELF']; echo "</b>.<br /><br />\n";