Bueno, yo ya no se que hacer, veis vosotros algun fallo en este archivo?:
supuestamente si yo me meto en borranew.php?id=5 tendria que borrar la noticia 5 pero no la borra joe no se porquealguien me puede ayudar???
Código (php) [Seleccionar]
<?php
include("conect.php");
$link=Conectarse();
mysql_query("delete from Noticias where id = $_GET[id]",$link);
header("Location: index.php");
?>
supuestamente si yo me meto en borranew.php?id=5 tendria que borrar la noticia 5 pero no la borra joe no se porquealguien me puede ayudar???