alohaaaron
Programmer
Hi, I have a fixed header table and when I click "new" it creates a new row within a table. The row is a record within a MySQL table. For some reason it takes about 10 seconds to create this new row. How can I speed it up? There are only about 100 records in the table.
The SQL is:
INSERT INTO Tracking (Time,Date,TrackingNo)VALUES ('$new_time','$today','$tracking')";
Here is a screenshot of the table
Thanks,
Aaron
The SQL is:
INSERT INTO Tracking (Time,Date,TrackingNo)VALUES ('$new_time','$today','$tracking')";
Here is a screenshot of the table
Thanks,
Aaron