delia, I think that it should be
The $_POST['id'] array is a single dimension array. I'm not sure exactly what you're trying to do but the code above is what you'd use in an if statement to see if option_id #13 was selected as option_value_id of 21.Code:$_POST['id'][13] == 21



Reply With Quote
