[PHP-DB] MySQL and datatime field and displaying on page

2002-06-21 Thread Charlie Grosvenor
Hi I have a mysql table that has a field in it called 'DATETIMEADDED' which has data type 'datetime' I want to display the contents of the field on my page. I have tried usng the following code but the value in the 'DATETIMEADDED' only the value in the 'NAME' field which is a varchar is

Re: [PHP-DB] MySQL and datatime field and displaying on page

2002-06-21 Thread Jason Wong
On Friday 21 June 2002 21:42, Charlie Grosvenor wrote: Hi I have a mysql table that has a field in it called 'DATETIMEADDED' which has data type 'datetime' I want to display the contents of the field on my page. I have tried usng the following code but the value in the 'DATETIMEADDED'