Hi Sorry maybe i didn't explain it properly.
Basically each week users predict the scores of local football matches. So each week site admin enter the weeks fixtures which in turn creates empty rows in the 'predictions' table for each user. So there will be a separate row for each match for each user
This means each week there could be a different amount of matches and therefore different amount of rows each week.
So on the page a field is created for each row in the database which i then need an update sql to update the database. But no knowing how many rows there will be each week i cannot use a normal update.
any help greatly appreciated.
thanks