Re: [PHP] PHP, MySQL and datetime

2003-12-04 Thread Jough Jeaux
Nope, that's what I was looking for. Looking at the functions I realized there was more than one way to do it. I'm just a bandwagon jumper. And yes, if all of you jumped off a cliff I would to. --- Richard Davey <[EMAIL PROTECTED]> wrote: > Hello Jough, > > Thursday, December 4, 2003, 6:39:13

Re: [PHP] PHP, MySQL and datetime

2003-12-04 Thread John W. Holmes
Jough Jeaux wrote: Greetings all, I'm working on a message-board-type application that will use time stamps to sort part of the messages. I was wondering what everyone's favorite way to transfer dates between PHP and MySQL was? Since you'll be doing most of the sorting (if not all) actually wit

Re: [PHP] PHP, MySQL and datetime

2003-12-04 Thread Richard Davey
Hello Jough, Thursday, December 4, 2003, 6:39:13 PM, you wrote: JJ> Greetings all, I'm working on a message-board-type JJ> application that will use time stamps to sort part of the JJ> messages. I was wondering what everyone's favorite way to JJ> transfer dates between PHP and MySQL was? Seeing