I am writing a small script and want to retrieve todays date using the date() function and then echo tomorrow day.
What is the best way to do this?
Is there any way i could do something like "echo date(l + 1);"
Thanks for any help
Yes, it can be done very easily in PHP, look at the first example here :
http://fr2.php.net/manual/en/function.time.php