Hey all..
I would like to save the time and date to a table in a MySQL database.
I am curently using
(date("F dS Y"
)
to display the date but I don't think this is appropiate for storing in the MySQL table. I have also been looking at all the possibilities for recording the current time, although I appear to have got really lost amongst the endless possibilities.
Could someone recommend the best code to collect and record the time and date in a MySQL table please.
Any help/advice/tips would be much appriciated.
Thanks.
Tony
I would like to save the time and date to a table in a MySQL database.
I am curently using
(date("F dS Y"

to display the date but I don't think this is appropiate for storing in the MySQL table. I have also been looking at all the possibilities for recording the current time, although I appear to have got really lost amongst the endless possibilities.
Could someone recommend the best code to collect and record the time and date in a MySQL table please.
Any help/advice/tips would be much appriciated.
Thanks.
Tony