Ver Mensaje Individual
  #23 (permalink)  
Antiguo 14/08/2010, 13:56
Avatar de truman_truman
truman_truman
 
Fecha de Ingreso: febrero-2010
Ubicación: /home/user
Mensajes: 1.341
Antigüedad: 14 años, 2 meses
Puntos: 177
Respuesta: Problema con php y bd

ok entonces estas recibiendo mal la id.

metele un campo oculto al formulario y ponele value="EL_NUMERO DE_LA_ID"

<input name="id" type="hidden" value="ACA_PONÉ_LA_ID">

y despues cambiá esto

$id2 = $_GET['id'];

por esto

$id2 = $_POST['id'];
__________________
la la la