You cannot directly set a PHP variable from within a web page. The onclick event runs on the client side (browser) while your PHP script runs on the server side. I would suggest you use radio button inputs for selecting the country value, then grab that from the form data in the searchgo.php file.