Re: [PHP-DB] easy date format question

2002-03-04 Thread Dan Brunner
Hello!! it should be $today = Date("Y"-"m"-"d"); Dan On Friday, March 1, 2002, at 04:50 PM, [EMAIL PROTECTED] wrote: > should be simple as pie, of course, but i can't find a straightforward > syntax example in the documentation. i'm trying to change the PHP date > format to mysql's. > > my

RE: [PHP-DB] easy date format question

2002-03-02 Thread Boaz Yahav
or : $sql="INSERT INTO table (date) VALUES (now())"; -Original Message- From: Jim Lucas [php] [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 02, 2002 2:11 AM To: [EMAIL PROTECTED]; Matthew Crouch Subject: Re: [PHP-DB] easy date format question $today = date("Ymd&qu

Re: [PHP-DB] easy date format question

2002-03-01 Thread Jim Lucas [php]
Lucas www.bend.com - Original Message - From: "Matthew Crouch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 2:50 PM Subject: [PHP-DB] easy date format question > should be simple as pie, of course, but i can't find a straightforwar

[PHP-DB] easy date format question

2002-03-01 Thread Matthew Crouch
should be simple as pie, of course, but i can't find a straightforward syntax example in the documentation. i'm trying to change the PHP date format to mysql's. my code: $today = date("MMDD"); $sql = "INSERT into table (date) values ('$today')"; and so on... is filling the date field with ze