I use PayPal as my ecommerce solution and I have a PHP script that captures variables posted from PayPal to populate my database. The time variable string is sent in the following format: HH:MM:SS DD Mmm YY, YYYY PST. The script worked fine but since I upgraded to PHP5 the dates inputted into my database (MySQL) are showing some date in 1969. Can anyone say what is causing this or how to correct it? Thanks. Samuel Marshall