I have a form which ads a technician service ticket into mysql.
The fields are
tech name
time spent
service
client name
etc...
I assumed that mysql was storing the date of each record added to the
database, and I could simply retrieve it later without adding a "date"
field to the entry form. Do I need to add a field for date to the
form, or can I retrieve this directly from the database?
Thanks,
Jason
The fields are
tech name
time spent
service
client name
etc...
I assumed that mysql was storing the date of each record added to the
database, and I could simply retrieve it later without adding a "date"
field to the entry form. Do I need to add a field for date to the
form, or can I retrieve this directly from the database?
Thanks,
Jason
Comment