Hi there
I'm planning to do searchform what you can find at:
http://www.cs.uta.fi/~ah66533/koodi.html
If you select for example Computers and Cars and click the search button the the http parameters will look like:
...?FirstBox=Coputers&FirstBox=Cars
How can I get both computers and cars to my search. What should I change to my javascript code? Now if I select multiple options only the last choise will affect the search.
If you are planning to say that change the FirstBox to array please tell me how.
And how can I read the data out from array? I try to read php manual but that didn't help.