Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/02/2011, 14:25
Avatar de jheckson
jheckson
 
Fecha de Ingreso: febrero-2011
Ubicación: $VE->Aragua['Maracay']
Mensajes: 109
Antigüedad: 13 años, 2 meses
Puntos: 8
Respuesta: Ayuda de modificar php

Código PHP:
Ver original
  1. $ejecutar=mysql_query("update articulos set encargado='$qencargado', ubicacion='$qubicacion', mcase='$qmcase', modcase='$qmodcase', numcase='$qnumcase', mproce='$qmproce', modproce='$qmodproce', numproce='$qnumproce', mmother='$qmmother', modmother='$qmodmother', nummother='$qnummother', mmoni='$qmmoni', modmoni='$qmodmoni', nummoni='$qnummoni', mtecla='$qmtecla', modtecla='$qmodtecla', numtecla='$qnumtecla', mmouse='$qmmouse', modmouse='".$qmodmouse."', nummouse='".$qnummouse."', mspeak='".$qmspeak', modspeak='$qmodspeak', numspeak='$qnumspeak', mreg='$qmreg', modreg='$qmodreg', numreg='$qnumreg',    caphdd='$qcaphdd', carhdd='$qcarhdd', capproce='$qcapproce', carproce='$qcarproce', capram='$qcapram', carram='$qcarram', capmother='$qcapmother', carmother='$qcarmother', capunidad='$qcapunidad', carunidad='$qcarunidad', so='$qso', guardar='$qguarda' where idequipo='$_POST[id].'", $con)
  2.  
  3.      if($ejecutar)
  4.      {
  5.           echo "<script>alert('Registro Almacenado');</script>";
  6.          }
  7.          else
  8.          {
  9.           echo "<script>alert('Error al almacenar los datos');</script>";
  10.          }
  11.      }

Prueba tu con esto... y si no te funciona debe ser que tienes algun campo el cual escribiste mal o me equivoque yo al modificarlo xD