MySql date format/php form

Hi folks,

I’ve got a PHP form to edit a record in a database, I need the user to be able to enter the date in the european format, ie: 30/11/06. I can get the date to display in this way using the Unix Timestamp but the database will not interperet this this way and displays a random date format.

Any help/advice on this topic as usual greatly appreciated.

Ta.