if(isset($_GET['id'])){
$kullaniciid = htmlspecialchars(strip_tags($_GET['id']));
$kullaniciid = str_replace("'","",$kullaniciid);
$kullaniciid = str_replace("<","",$kullaniciid);
$kullaniciid = str_replace(">","",$kullaniciid);
$kullaniciid = str_replace(",","",$kullaniciid); }