View Single Post
Old 03-15-2004, 11:56 AM   #4
bloodjelly
Purple Mole
 
Join Date: Dec 2003
Posts: 106
OK - I used this command to spider:

PHP Code:
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 know there's a way to turn on/off PHP as an executable, but I can't find it in PHP.INI and I'm not sure where to look. Thanks for helping out.
bloodjelly is offline   Reply With Quote