ok I wrote:
for($i=0;$i<10;$i++)
{
echo "
<tr><td>
<input type=\"submit\" name=\"submit\" value=\"Update\"><input type=\"hidden\" name=\"values\" value=\"$i\">
</td></tr>
";
}
it seem when I check the data of $submit is ok. But when I check the $values is not ok. The value that is suppose to submit is wrong? Why is that?