View Single Post
Old 02-23-2004, 06:08 PM   #4
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. Are you using Cpanel? Some interfaces allow cron jobs to be set that way. If you interface allows such just use the following and then view the spider.log file using FTP:
Code:
php -f spider.php cronlist2.txt > spider.log 2>&1
Another thought... maybe your host doesn't allow cron jobs to write to a file? If that is the cae then use:
Code:
php -f spider.php cronlist2.txt
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote