i have a page with a bunch of users, and service hours. the table looks like:
-----------------------------------------------
Name | 1 | 2 | 3 | 4 | 5 | 6 |
-----------------------------------------------
and all the information is under it. each hour is given an inputbox with it's name of "sh1_user1", "sh2_user1", "sh3_user1"
however, when i go to submit it i can't figure out what to do. how can i save each inputbox to each user, while getting the variable that was generated at the last page? ah!
what i mean is...
the name of the inputbox depends on the users in the database. but how i can access that variable for a specific inputbox if i can't get the actual variable name?
thanks
any suggestions?