I am trying to get a cron job to run a simple php script using the "standard" cron job method (non-expert).
I am not sure what to execute the script with...
lynx -dump www.mysite.com/folder/simplescript.php
is what I have tried, but it doesn't want to work
I tried just put in the relative and absolute path to the file,
but this doesn't seem to work, either
I do not need any output, I just need to manipulate a db and send an email depending on settings in the db.
Help!
Thanks!


LinkBack URL
About LinkBacks
Reply With Quote