I have set PHP code like.
Which type is correct to set date/time with URL like:PHP Code:date_default_timezone_set ("Europe/Berlin");
echo time();
$cur_timestamp = date("d-m-Y,H:i:s",time()); //26-01-2011,11:59:31
echo $cur_timestamp;
MySQL :: MySQL 5.0 Reference Manual :: 10.3 Date and Time Types
I have set wthin table:
Type: TIMESTAMP
What should be set for other fields?



LinkBack URL
About LinkBacks
Reply With Quote





