Ver Mensaje Individual
  #11 (permalink)  
Antiguo 09/09/2010, 08:51
eke_ps
 
Fecha de Ingreso: septiembre-2010
Mensajes: 101
Antigüedad: 13 años, 7 meses
Puntos: 0
Respuesta: problemas con update

if(isset($_POST['modificar'])){
mysql_query("UPDATE tbl_encuestasp SET pregunta='".$_POST['pregunta'] ."' WHERE id=".$_POST['id']);
mysql_query("UPDATE tbl_encuestasr set respuesta=".$_POST['form1'] ." where id=".$_POST['id']);


}



eso no funciona, seguro puse algo mal