include('config.php'); foreach($_GET as $key => $value) { $protectie[$key] = filter($value); } $id = $protectie['url']; $sit2 = mysql_query("SELECT * FROM `sites` WHERE `id`='{$id}'"); $sit = mysql_fetch_object($sit2); if($sit->site != ""){ ?>