I have a PHP3 file that sends data (taken from a form) to a database.
I would like to also send the current date & time to the database as well,
this way I will have a record of the date/time the entry was made (form filled out).
The date/time will not be passed to the PHP3 file from the form.
There will be a field in the database table for the time.
How do I send the date and time to the table in the following format:
2001-July-24, 17:00 (or 2001-July-24, 05:00PM)???
either way is fine,
Thanks.