PHP needs some user interaction before it can start processing. That's the entire basis. As such, it IS techinally possible to do what you said, but is also something that is really NOT recommended to do with php.
The other possiblity is to set a cron job to fire up a script which will send the email.
- Tularis
Randy Johnson wrote:
Here is what i need to do.I have a form where a user will submit, email address, email text and a time like 11:15pm and at 11:15pm the email is supposed to be sent out. any ideas on how i can make this happen automatically??? Randy
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php