I have a list box that allows for multiple select.

I would like to have the user search a database table based on what they select: as many as they select.

I am also working on a "select all" button too that would select everything inside the listbox...

Either way,

so far, I have read that I have to use a form with the multiple select box and then use the post method, and link the form to a results page.

I would then take the array of that multiple select box and incorporate it into a search.

An example: select box is called: man.

And it will post values 1 through 5 to results.php.

Buuuut, that's as far as I've gotten.

Can someone provide me with some links/references/tips on how to accomplish this so I can study up on it? Thanks.