Hi there!
Here is my problem:
I have search form where user can select as many options as he wants. For example if user selects three different manufacters
microsoft
linux
unix
then the http parameter look like:
.../manuf=microsoft&manuf=linux&manuf=unix
How can I use all those three different manuf with my search? I'm using mysql database. I think http_get_vars might help but I have no idea how it works? Can someone please help me!!!