If i had a box in which you could select multiple answers... not the check boxes but a multiple drop down thingy if you know what i mean.
For the array of the options they choose or w.e
Would i do it as
$group = array($_POST[group]);
Or is it more complex?
and then to select the users to send it
("SELECT * FROM `users` WHERE `level` = '$group'");
Would that all work?





Reply With Quote

