I submit a form and then do this to see what's submitted:
print_r($_POST);
What I get is this:
Array ( [cp] => 41 [ccID] => 716 [allProj] => allProj [ccGroup] => Array ( [001] => allCC [92] => 92 [264] => 264 [320] => 320 [716] => 716 ) [crGroup] => Array ( [001] => allCR [16] => 16 [40] => 40 [61] => 61 [60] => 60) )
How do I check if allCC was submitted at all?
Me not like array. Me get confused. :queasy: