if(isset($_GET)){
echo "Get var";
}else{
echo "get yok";
header("Location:index.php");
}