include("mysql.php"); dosqlconnect(); if(mquery("select content,type from records where name='$domain' and type in ('CURL','URL')",$arr)) { switch($arr[1]) { case 'CURL': print "
"; break; case 'URL': Header("Location: $arr[0]"); break; } } else print "Can't find $domain"; ?>