How can you first of all get the current server time and date($cur_date)?
How can you change the server time and date into a mysql datatype datetime format? and keep the time & date from advancing?
$period = 20;
any input is appreicated
Read this !! the manual is always the best place to start
well ... i know how to get the server time like this:
$cur_time = "SELECT now()";
but is it the best way af getting it to do what i need to do?