OK, I'm not sure of what coding so I'll try to post a bunch. I'm thinking that the way I made the page originally, with a form for each user, is part of the problem but I'm not good with arrays and it seems like that may be the answer here.
Here is what a users form looks like:
<form id="updatesc1398" name="updatesc1398" method="post" action="event_inst.php" enctype="multipart/form-data" style="display: inline;">
Test 1: <input name="test1" type="text"size="5" value=""/>
Test 2: <input name="test2" type="text" size="5" value="13.40"/>
Test 3: <input name="test3" type="text" id="scorev" size="5" value="6.52"/>
<a href="javascript:document.updatesc1398.submit()" class="accept">GO</a>
<input type="hidden" name="edev" id="edev" value="go">
<input type="hidden" name="updsc" id="updsc" value="go">
<input type="hidden" name="event_id" id="event_id" value="24">
<input type="hidden" name="customers_idx" id="customers_idx" value="98">
</form>
The DB update query is pretty straightforward so no need to look at that and I know how to construct loops pretty well. I know how to combine all of the users into one giant form but not how to POST that info to the page and then create a loop and update the DB. Sorry if I'm too cryptic here I just have no idea to do what I'm trying to do.