I did this by storing the data as an associative array within a
database. The HTML form where the person inputs their message POSTS
the data to a CGI which then inputs it into a database with the
current localtime(time) used as a unique key. The date the person
selected for delivery is also converted into Perl's localtime(time)
format as one of the associated array elements. Cron then periodically
executes another CGI which checks the database, and if the timestamp
in the array is in the past, it prints the corresponding data to
"|sendmail -t". Doing the localtime(time) conversion in reverse is a
little tedious to work out, but it functions very reliably once you
get it down.

===================
 Shaun Fryer
===================
 London Webmasters
 http://LWEB.NET
 PH:  519-858-9660
 FX:  519-858-9024
===================


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to