A admin Administrator Staff member Aug 21, 2008 #1 I'm using MySQL, and have several fields set as int(10) for dates. How can I insert a unix timestamp into the fields? time() seems to be giving me an error...
I'm using MySQL, and have several fields set as int(10) for dates. How can I insert a unix timestamp into the fields? time() seems to be giving me an error...