![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/03/2005, 18:13
|
![Avatar de Seppo](http://static.forosdelweb.com/customavatars/avatar93639_1.gif) | | | Fecha de Ingreso: marzo-2005 Ubicación: Buenos Aires, Argentina
Mensajes: 1.284
Antigüedad: 19 años, 10 meses Puntos: 17 | |
<?
include("conexion.php");
if (isset($_GET['id']))
$delte = "DELETE FROM secciones WHERE id=".$_GET['id']."";
mysql_query($delte) or die(mysql_error());
echo "Eliminado";
?> |