<?phpif(@$_GET[key ($_GET)]){if(!is_numeric($_GET[key ($_GET)])){header("Location: 404.html");exit();}}?>
<?phpif(@$_GET[key ($_GET)]){if(!is_numeric($_GET[key ($_GET)])){header("Location: 404.html");exit();}}?>
Özellikle insert yaparken, flood engellemek için bunu kesinlikle uygulamalısınız.
Veritabanı bağlantınızı baglan.php dosyasında hazırlayın ve mysql_query sorgusunu düzenleyin.
<?phpinclude("baglan.php");$sql_kontrol =mysql_query("select or update or insert or delete vs...");mysql_error();if (!empty($_SERVER['HTTP_REFERER'])){//yönlendirmeheader("Location: ".$_SERVER['HTTP_REFERER']);}else{header("Location: 404.html?err=referer");}?>