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 do I find out about my PHP installation?What is the differece between $message and $$message?
How do I define a constant in PHP?
Can PHP create PDF files for me?
What is the difference between sessions and cookies?
