I'm hoping PHP will do this, but I may have to use Javascript. I have a select box and, upon someone choosing one of it's options, I want it to reload the same page with that option in the url:kind of a thing. Any tips?PHP Code:$_SERVER['PHP_SELF'] . "?opt=" . $option_name;
Thanks,





Bookmarks