function filter($text) { return htmlspecialchars(strip_tags(trim($text))); } $_GET = array_map("filter",$_GET); $siteTitle=$_GET["siteBasligi"]; $siteUrl=$_GET["siteAdresi"];