Say if I click a link and the query string has the value "adnan", when it goes to the next page there is pull down menu. And I want the pull down menu to select "adnan". Can this be done?
yes
would happen to know the method? And like to share it.
Just check the value of the options against the variable. If match, echo "selected"
use HTML forms, and the GET/POST methods (one or the other) and then have your drop down get the value of the variable you passed via the form, to make the selection......