Ver Mensaje Individual
  #75 (permalink)  
Antiguo 14/05/2010, 04:54
Avatar de Flow89
Flow89
 
Fecha de Ingreso: abril-2010
Ubicación: Valladolid
Mensajes: 346
Antigüedad: 14 años, 7 meses
Puntos: 1
Respuesta: Seguridad en PHP [Importante];

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,incidenteVALUES('$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