When I submit my form (GET) the name of the button and the value(label) are submitted and visible in the url (?go=go&etc...). Is there anyway to get rid of this short of a mod_rewrite?
Submit it with post, or I think you can make it a javascript button that's not actually in the form but submits it. You should be able to google the specific code for that one.