Hi guys,
I have this bit of code, and its a silly problem thats driving me mental.
echo "<select name=\"division\" onChange=\"window.location.href='Search.php?person=$person&division=" . this.value . "'\">";
When I change the value in the drop the URL I am taken to is Search.php?person=5&division=this.value
What I am trying to do is get the value of the drop down list in the URL, though I just can't seem to work it out. Any idea's?