How can I record a date/time in a MySql table using PHP? I know this is a simple question, but I need it to be able to sort the rows of a database by date. Thanks so much!insert into table (id,dateTime) VALUES ('','".time()."')Thank you very much... works great!