<?php<?php$a=$_GET["var"];if(empty($a)){header('location: http://www.google.com');break;}else{ echo $a;}?>