if (empty($_GET['hoge'])) {}
とか
$name = empty($_GET['hoge']) ? 'hogehoge' : $_REQUEST['hoge'];