I'm trying to figure out a simpler way to code a PHP script so that the $_POST array can be easily dissected. Soo .. I have 10 input="text" fields in a form:
<form action="scores2.php" method="POST">
<table>
<tr>
<td>Player 1 Name: </td>
<td><input type="text" name="name1" /></td>...