Hi,
I am writing a file maintenance script and was trying to get some ideas from those more experienced than I.
I am using a form to update a MYSQL file. There will be entries at the detail level by person and date.
I want to have the person to enter the date and then display all the records already entered for that date. I will then have 2 buttons to add or change. I am ok on the add, I am ok on displaying the selected records. What I am unclear of is how to have them select the record to update.
In non-browser languages, I have used RRN with a hidden field so for each record on the line, I have the associated rrn for it. Can someone give me some insight into the best way to do this with php?
Thanks,
Melissa