Hi. Im trying to figure out how to get tomorrows date and store it in a variable. I am wondering if i can do this without using the mktime function. But if I can not, how do i do it. I can get todays date with this:
$date = mktime(year,month,day);
$tommorrowsdate = (not sure what to do here)
Then if i get tommorrows date in UNIX timestamp, how do i convert it back so PHP can understand it.
Thanks
Brian