[PHP-DB] inserting a timestamp

2001-04-18 Thread olinux
hey all, I am having a hell of a time getting a timestamp to insert correctly. it keeps coming up 00 here's what i have $date_avail = mktime (0,0,0,$month,$day,$year); $avail = date("F j, Y", $date_avail); echo "Date Available: $avail"; this works fine and displays the

Re: [PHP-DB] inserting a timestamp

2001-04-18 Thread rjones
a nonsensical minute part) and becomes '-00-00 00:00:00' rwj - Original Message - From: "olinux" [EMAIL PROTECTED] To: "PHP-DB" [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 12:12 AM Subject: [PHP-DB] inserting a timestamp hey all, I am having a hell of a time