$id = $_GET['id'];

if(empty($id) || !ctype_digit($id)){
echo'Hata'; exit;
}