when i use echo $date the output is exactly like i want (for exemple 18/05/2001), but when i put mysql_query("insert ... $date), the result in the databse is completly different(for the mentioned exemple 2000-00-18) !!!!
I tried all the date format (Y-m-d, d-m-Y,...) and none of them worked properly.
thanks.