valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 133
Questions & Answers
Q: I am using MySql database and would like to know if there is away to have the time/date stamp submitted to the database at the same time that all of the other information is sent?
A: The processed time as set in the form can be included in your database by having a MYSQL table field with the name Processed. This is not a MYSQL timestamp but is a valid date time format and is a record of the form submission time. You could also set up a timestamp field in your MYSQL database and have this automatically filled with a timestamp value when the record is created. Details at http://dev.mysql.com/doc/mysql/en/datetime.html may help.
Question and Answer Item 133 - Browse All Question and Answer Items