Hi,
I have a simple question that probably requires a complex answer. I would like to a way to automatically send an email on someones birthday. This would involve searching a (very) small database (each day?) and then send an email if appropriate.
Unfortunately, I haven't got a bloody clue how! Any ideas?
My only two small ideas are:
a) Have a program that's permanently running that simply checks each day and then sends when neccessary. I imagine this wouldn't be popular with the server people.
b) Run a script once (a month/quarter/year)that "queue's up" the email 'somewhere' which then gets sent on the appropriate days.
As you may have guessed I am a bit of a newbie at programming and really only know PHP/JavaScript/HTML. PERL and other stuff is a dead loss to me. If it's any help, the server I use uses QMail as its email jobby and I also have a CGI-Bin (whatever the hell that might be!)
Many thanks for any ideas you may have, Richard.