12-10-2009, 11:12 AM
Remove the numbers from the arrays (I don't know if that would stop it working but I personally don't put it in. Then you'd do this:
See how that works.
PHP Code:
foreach($_POST['txtName'] as $key => $val)
{
//each iteration of the loop would deal with each 'txtName' field
}
See how that works.
MyBB Support Team Lead