How to redirect to link with <select option in php?
Posted: Tue Feb 03, 2009 8:30 am
Hi Friends,
My requirement is redirect to a page based on select option
I have a html code as shown below
<select name="url">
<option Value=".....&pid=00ac92ca52dc2ad07c3d5">10</option>
<option Value=".....&pid=00ac92ca52dc2ad07c3d6">20</option>
</select>
Problem is in the php page &pid is treating as variable, to redirect to page I must need &pid=.....
How solve this problem?
Thanks,
Farooq
My requirement is redirect to a page based on select option
I have a html code as shown below
<select name="url">
<option Value=".....&pid=00ac92ca52dc2ad07c3d5">10</option>
<option Value=".....&pid=00ac92ca52dc2ad07c3d6">20</option>
</select>
Problem is in the php page &pid is treating as variable, to redirect to page I must need &pid=.....
How solve this problem?
Thanks,
Farooq