<? $url=$_GET["url"];header("Location:"."http://".$url);?>
<? $url=$_GET["url"]; if (strlen($url >= '3')){ header("Location:"."http://".$url); } ?>