I have to fill in a table, with data collected from a form. The problem is that I do not know which field of the table will be modified, until I receive the PHP variable. Exactly:
$updatewin = "UPDATE live_chess SET Round1='1' WHERE Team='$TeamWin'";
But I do not know that Round will come in the form via PHP, and I have 50 Roundx fields !!!! Any help?