Form Question?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Smackie
Forum Contributor
Posts: 302
Joined: Sat Jan 29, 2005 2:33 pm

Form Question?

Post by Smackie »

I was thinking and i wanted to make a form where it will send a email out when ever the user wants it to be sent out without accually doing it on that day.. and also i want it to make a newsletter so it will send out when i want it to be sent out even if im not by the computer.. now my question is how would i make it so it will send out when a date is selected??

Thank you
Smackie
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

cron. :)
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

or you can use the window's task scheduler if you're on windows.

just run a call to php through the cli.
Post Reply