Forum Moderators: coopster
$_POST['fields'][$i]['listing']
Where $i starts a 1 and can go on for however long the user inputs into the form. So lets say the users input 20 fields. How exactly would I count how many of those array elements are equal to 1, without doing a loop? Is it possible to insert a wild card in place of $i? I already have a lot of nesetd loops and the last thing I want to do is add another one. Thanks.