Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/05/2012, 14:37
jossss
 
Fecha de Ingreso: mayo-2006
Mensajes: 475
Antigüedad: 17 años, 11 meses
Puntos: 58
Respuesta: Notice: Undefined index: nombres in

Prueba así

Código PHP:
mysql_query("insert into caract (nombres,rut,codtipo,fabricante,modelo,serial,procesador,memoria,discoduro,valor,anexo,celular ,observ) values
('"
.$_REQUEST[nombres]."','".$_REQUEST[rut]".',".$_REQUEST[codtipo]."','".$_REQUEST[fabricante]."','".$_REQUEST[modelo]."','".$_REQUEST[serial]."','".$_REQUEST[procesador]."','".$_REQUEST[memoria]."','".$_REQUEST[discoduro]."','".$_REQUEST[valor]".','".$_REQUEST[anexo]."','".$_REQUEST[celular]."','".$_REQUEST[observ]."')"$conexion) or
die(
"Problemas en el select".mysql_error());