Hi,
I installed and configured PHP 4 on my unix OS (solaris 8)and I hope I did it correctly as I was able to test the following sample test without any problem:
<?
phpinfo();
?>
But when I try to run any other PHP scripts like the simple one below it is not executing correctly i.e it prints Hi! on the screen but not the other part.
<?
echo \"Hi!!\";
echo $HTTP_USER_AGENT;
?>
I would really appreciate any help from you guys...
Thanks,
Ram