I have a page that enables users to enter news items into the database.
The first question I would like to know is How can I get the 'Date' field in the MySQL table to automatically populate itself when a user adds their news item.
Because of the way that MySQL stores dates. They always appear backwords when displayed in the viewing table. So my second question is, How do I format the date so that 10th December 2004 would read 10/12/2002.
Thanks in anticipation.
Housey
Start Free Trial