I am having a problem with a form, I am using method="GET", and I want it to do the following:
index.php?page=search&q=Search Term
But it keeps doing the following:
index.php?q=Search Term
The only way I got this working was using javascript, but onsubmit wouldn't work, only onclick. So if you press enter, it goes to:
index.php?q=Search Term
+Rep for any help






Reply With Quote




