Forum Moderators: phranque
<HTML>
<HEAD>
<TITLE>PHP Testing</TITLE>
</HEAD>
<BODY>
<?php
echo “If this works, we <i>really</i> did it!”;
?>
</BODY>
</HTML>
I did that and saved it as phptest.php and the i loaded it by going to [localhost...] and i get this result can someone help please!
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in C:\Program Files\Apache Group\Apache2\test\phptest.php on line 7
<?php
echo [b]'[/b]If this works, we <i>really</i> did it![b]'[/b];
//or this, which is more the same:
echo [b]"[/b]If this works, we <i>really</i> did it![b]"[/b];
?>
<? phpinfo();?>