Thread
:
Cron Jobs - why doesn't this work
View Single Post
01-25-2004, 12:20 AM
goBigtime
Confirmed User
Join Date: Nov 2002
Posts: 7,761
create a file called gal_update.bat
put in it:
Quote:
#!/bin/sh
cd /home/phrona/public_html
/usr/local/bin/php /home/phrona/public_html/gal_update.php
then chmod 755 gal_update.bat and call it from your cron job.
goBigtime
View Public Profile
Find More Posts by goBigtime