Posted by Nick Weisser on 06/20/06 14:41
Hi there,
I'm trying to run a php script in a unix shell like so:
php /path/to/script/foo.php?offset=0&rows=8000&language=en
which ends up in an error message like so:
[1] 20096
[2] 20097
[2] Done rows=8000
Any ideas how to handle with these get params in order to achieve the
desired result would be very much appreciated :-)
Cheers,
Nick
P.S. In a browser the script runs flawlessly
http://www.mydomain.com/foo.php?offset=0&rows=8000&language=en
Navigation:
[Reply to this message]
|