Ok, this has to be simple, I am just too samn dumb to think of the character... Here it is.
if ($age == "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "0" | "00" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09" & $category == "Neutral"){
header("Location:age.php");
exit();
}
Can someone tell me what should go after the "09" and before the $category in order for the form to say "ok if age is x AND category is Neutral send the user to age.php
Thanks