function get($foo){ if(isset($_GET[$foo])){ return $_GET[$foo]; // url.com/?foo= } return FALSE; // url.com/?bar }