Posted by John Nichel on 10/04/77 11:10
Scott Fletcher wrote:
> Hi! I'm trying to run PHP as a shell script but I got the error message...
> Source code below is ...
>
> --snip--
> #/usr/local/bin/php
> <?
> echo "Hello World!!\n";
> ?>
> --snip--
Your first line needs to have both the # and the ! (shebang)
#!/usr/local/bin/php
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@kegworks.com
Navigation:
[Reply to this message]
|