Okay, so I'm relatively new to coding but I have a table w/ over 1000 codes in it.
Well, when people submit new information to it (via submit form) I want to be able to add the date/time to the table so that when I can print the 'latest 25'.
My questions are:
How do I add a column for the time? How do I add the time function to my submit line in my html? Will I get screwed because I'm going to have 1000 rows w/o a date and then whatever new rows w/ a date?