Here's the contents of index.php:
PHP Code:
<?php
include("/home/nick/public_html/shared.php");
doheader("home");
echo "Hi!";
dofooter();
?>
And I'm getting this error:
Quote:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/nick/public_html/index.php on line 2
Parse error: parse error, unexpected T_STRING in /home/nick/public_html/index.php on line 2
|
Anyone see the problem?