Hi all,

I got a problem when i run php as a CGI binary.
I wrote a php script as follow

#!/usr/local/bin/php
<?
print "Hello World";
?>

however, i got  the following result when i called it from browser

#!/usr/local/bin/php
Hello World

The path of PHP is always shown at the top of the browser.

Does anyone know the solution?

Thanks
    Tony.




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to