Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/02/2011, 14:02
sergiovera00
 
Fecha de Ingreso: febrero-2011
Mensajes: 24
Antigüedad: 13 años, 2 meses
Puntos: 0
Ayuda de modificar php

Estimados estao viendo el codigo pero no pillo el error, nome actualiza los registro ninguno, nose que puede ser ojala me hechen una mano saludos.

Código PHP:
Ver original
  1. if(!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.     echo "<script>alert('Error al almacenar los datos');</script>";
  4.     }else{
  5.     echo "<script>alert('Registro Almacenado');</script>"; 
  6.     }
  7.    
  8. }