Hi guys !
The script i want is for search box.
Long time ago the admin gave me the following script :"
<form action="search.php" method="get">
<input type="textbox" name="q" value="" /> <input class="submit" type="submit" value="Search" />"

So this opens the following url:
blablabla.com.search.php?q=TYPEDTEXT

Now i want to add an option box with values 10,20 and 30 (used for maximum showed results)

this option box must pass the choosed parameters to the url like this :

blablabla.com.search.php?q=TYPEDTEXT&res=10

I hope you can help me
Porsche_maniak Reviewed by Porsche_maniak on . Passing form choice to url ? Hi guys ! The script i want is for search box. Long time ago the admin gave me the following script :" <form action="search.php" method="get"> <input type="textbox" name="q" value="" /> <input class="submit" type="submit" value="Search" />" So this opens the following url: blablabla.com.search.php?q=TYPEDTEXT Now i want to add an option box with values 10,20 and 30 (used for maximum showed results) Rating: 5