Hi
I am a newbee. using Dreamweaver MX - PHP and MySql Database
I have an Insert record form with a date_submitted field.
When I submit a date "07/07/04" or "07/07/2004" it works ok but the date
stored is not correct.
When I display a date, I searched and found an example for the Date text box.
echo date("dS M Y",strtotime($row_news_rs['Submit_date'])); = "07th July 2004"
But when I save a record the date stored is not correct.
I did search again but but with no luck
Thanks in advance