Parse error: parse error, unexpected T_STRING, expecting ','

A

Anonymous

Guest
LeeSteadman-Steadnet said:
seeing as you can't view the code for the hello world script, here it is:

<html>
<body>
<?
echo “Hello world!”;
?>
</body>
</html>

try copy this and run:
Code:
<?PHP
echo "Hello world!";
?>

or check magic_quotes_gpc and magic_quotes_runtime

P.S.
I see strange quotes “ there you get this?
 
Back
Top