/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/// BORRAR NOVEDAD if(rpost("action")=="del"){ $id=rpost("id"); $rn=query("select * from trabajos where id=".$id); query("delete from trabajos where id=".$id); $mensaje="Trabajo eliminado correctamente"; }