[PHP] Re: Time/date function MYSQL->UNIX

2002-05-24 Thread Peter
OK cheers. I'll have a try. I saw UNIX_TIMESTAMP() in the MySQL docs but I didn't quite understand it (PHP is MUCH easier for me!) Thanks for the example too "Peter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there a built in PHP function which will co

[PHP] Re: Time/date function MYSQL->UNIX

2002-05-24 Thread Hugh Bothwell
"Peter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there a built in PHP function which will convert a MySQL type date > (DDMM or whatever) into a unix timestamp so it can be used with the > other PHP time and date functions? > > I'm currently using