View Single Post
Old 03-17-2004, 03:32 PM   #1
bloodjelly
Purple Mole
 
Join Date: Dec 2003
Posts: 106
Shell mode not working

Hi -

I've been running this command fine for a while, so I know it worked at one point:



PHP:
--------------------------------------------------------------------------------

exec("/usr/bin/php -f /path/to/spider.php $site >> /dev/null &");

--------------------------------------------------------------------------------


where $site = "http://www.mysite.com/"

This worked great until I recently upgraded to a newer version of PHP, and now the command doesn't produce any results. I tried the command EXEC('WHOAMI') which worked, so I know exec still functions properly. The path to PHP is correct as well. Any ideas?
bloodjelly is offline   Reply With Quote