Konu: hata bastırma operatörü
05.04.2019 21:31
if(isset($_GET)){ echo "Get var"; }else{ echo "get yok"; header("Location:index.php"); }