![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/06/2010, 13:46
|
![Avatar de hackjose](http://static.forosdelweb.com/customavatars/avatar349480_1.gif) | | | Fecha de Ingreso: abril-2010 Ubicación: Edo Mexico
Mensajes: 1.178
Antigüedad: 14 años, 10 meses Puntos: 131 | |
Respuesta: eliminar registrooooo <?php
if($_POST['cedula']) {
mysql_query("delete from primera where cedula='$_POST[cedula]'") ;
echo "Registro Borrado.";
}
?> |