I have a list of people with scores that I want to edit.
So the scores are retrieved from the database into an aray $score[$n] which has each person's score.
I put the details into a form, so the scores of 30 people are in the form.
They are edited.
Now I want to get them back into the database.
However $HTTP_POST_VARS does notseem to be able to handle arrays.
Right or wrong????
And how do I go about retrieving the data from the form and querying back into the database.
Surely there must be a procedure for this; handle an array of similar values in a form?
Paul