[PHP] How to insert time and date into mysql?

2001-02-28 Thread Zenith
How can I insert time and date into mysql table, if the table i have to insert has a field of type time, and a field of type date. Then how can I insert it in PHP, if I use time() function?? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: [PHP] How to insert time and date into mysql?

2001-02-28 Thread Christian Reiniger
On Monday 28 February 2000 19:15, you wrote: > How can I insert time and date into mysql table, > if the table i have to insert has a field of type time, and a field of > type date. > > Then how can I insert it in PHP, if I use time() function?? Look at the MySQL manual, function FROM_UNIXTIME()