Hi,
Looking through the archives here, I found info relating to a problem similar to mine. A solution to get this working was:
create a file such as cronfile.txt and put the following line in:
* lynx -dump http://www.domain.com/sendreminder.php3 > /dev/null
lynx seems to open up a browser window, and "dumps" the php info into the browser - I don't know if my web host will allow this.
Then instructs to:
crontab cronfile.txt
Anyway it doesn't seem to work. The file should interact with the database to get an email address, then send it out, deleting the entry in the database when it finishes.
Does anyone have any ideas to get this working, or any other way to do this?
Thanks,
Dave