Hi there!
Here is my problem:
I have search page where user can search different cars. If user gives many car model for example (ford, BMW, Volvo ...)
then the http parameters looks like:
something/resultpage.php?car=ford&car=bmw&car=volvo
there is (at this case) three different car values. Now my resultpage returns only the last value (car=volvo) and show all the volvo's. How can I make resultpage what show all the different values?
I'm using mysql database.