How do I find the timestamp for a particular date?
Anyhow, here's how to do what you want to do, and it involves using the mktime function:
int mktime(hour,minute,second,month,day,year);
Comment on this Question and Answer >>>
ASK A QUESTION
More other PHP Questions
How can I stop my PHP script timing out?How do I add comments to my PHP script?
Can I spellcheck my text using PHP?
What does the @ character do in PHP?
What is a constant in PHP?
