[PHP] CLI problems

2003-06-04 Thread Brian Paulson
I have been looking for answer but have not located any thing that will solve my problem. The problem I am having is that I cannot get php scripts to run from the command line, I can run php straight from the command line and it works and by using -f it parses my file just fine, but when it comes

Re: [PHP] CLI problems

2003-06-04 Thread Jackson Miller
Try using #!/usr/local/bin/php My guess is that when you run: ls -ls /usr/bin | grep php you will see that php is a symlink to /usr/local/bin/php -Jackson On Tue, 2003-06-03 at 16:54, Brian Paulson wrote: I have been looking for answer but have not located any thing that will solve my