View Single Post
Old 01-08-2003, 08:55 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
i've done it before, .. you have to make your script something like this:

Code:
#!/path/to/php
<?
echo "my php script";
?>
[SHELL]# chmod u+x script.php[/SHELL]
edit cron "crontab -e"
[SHELL]* */2 * * * /path/to/script.php[/SHELL]

disclaimer: this is all just theory .. haven't done it in a while =)
sde is offline   Reply With Quote