Ver Mensaje Individual
  #6 (permalink)  
Antiguo 04/05/2010, 15:24
gozamilefa
 
Fecha de Ingreso: mayo-2010
Mensajes: 8
Antigüedad: 14 años
Puntos: 0
Respuesta: Problema con DELETE en MySQL

Recojo la variable mediante POST previamente enviada desde un indexde los productos y con un formulario de confirmacion.

<form action="<? echo $SERVER['PHP_SELF']?>" method="post" name="form1">
<input name="id" type="hidden" id="id" value="<? echo $_GET['id'];?>">
<input type="hidden" name="id" value="<? echo $id;?>">
¿Eliminar registro: Ref.<? echo $_GET['ref_sql'];?> ?<br>
<input name="submit" type="submit" id="submit" value="Enviar">
</form>