Hello guys,
I have a page named compare.php with two dropdown lists wich are populated with same values from a specific table.
Now what i want to do is when a user is selecting one value from the first dropdown and another value from the secound dropdown to be redirected to a page lets say compare-items.php?id=1&id=2
and here in two different cols to get the values for the items, in the first col the values for the first item, and in the secound col the values from the sec item.
How can i achive that? Thank you very much!