
El code del formulario es éste... (yo no veo nada raro

Código :
<form name="form1" method="post" action="<?echo $_SERVER['PHP_SELF'];?>"> <table width="400" border="0" cellpadding="0" cellspacing="0"> <tr> <td><input name="id" type="hidden" id="id" value="<?echo $_GET['id'];?>"><br> ¿Seguro de querer borrar el registro con id <?echo $_GET['id'];?>?</td> </tr> <tr> <td align="right"><input type="submit" name="submit" value="Borrar registro."></td> </tr> <tr> <td align="center"><a href="cms_ejemplo.php">cancelar</a></td> </tr> </table> </form>
Gracias por adelantado.