quick question
Posted: Sun Mar 29, 2009 9:45 pm
I am reletively new to php and i have code that simply returns the server time as I need it to put it in an sql database
$cst = date('Y-m-d H:i:s');
how can i print off the time 168 hours(7 days later)?
does the MKtime function do this?
$cst = date('Y-m-d H:i:s');
how can i print off the time 168 hours(7 days later)?
does the MKtime function do this?