Ver Mensaje Individual
  #9 (permalink)  
Antiguo 21/02/2011, 14:50
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

Intenta con este que me equivoque modificando el primero...

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.  
  4.            if($ejecutar)
  5.            {
  6.                 echo "<script>alert('Registro Almacenado');</script>";
  7.                }
  8.                else
  9.                {
  10.                 echo "<script>alert('Error al almacenar los datos');</script>";
  11.                }
  12.            }