He echo esto, pero no funciona xD
Código PHP:
<?
//recibimos la variable $id
$id= $_GET['id'];
//Incluimos el archivo de conexion
include ("conex.php");
//comprobamos la variable $id
if(preg_match("/^[0-9]+$/", $_GET['id']) != 0){
echo "mysql_query("delete from noticias where id_noticia='$id'",$connect)";
echo "header("location: ../index.php")";
} else {
echo "include("cazaips.php");
$victima = $client_ip;
$sql = "INSERT INTO ataques (ip,incidente) VALUES('$victima','intento de Inyeccion SQL')";
mysql_query($sql);
die("La variable ID contiene caracteres no permitidos")";
}
?>
PHP Error Message
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/a7366460/public_html/noticias/borrar.php on line 11