Sysdate????Date????Please help

2001-07-19 Thread Ryan Ahmed
Hiya Everyone, I have a small problem,I am a java programmer working for a small company, We have just been given project to build a greetings program for a website,thats no problem but one of the parameters is an option to send the greeting at a later date,not today. I have kinda worked out

Re: Sysdate????Date????Please help

2001-07-19 Thread Werner Stuerenburg
I would call the program via cron job. The program would query the database, produce the mails and feed them to sendmail. I work with php, but don't know about java. I planned to add this feature to our card program, but didn't have the time yet. to send the greeting at a later date,not today.