Para inserta estoy usando:
$sql=("INSERT INTO prueba (nombre,apellido,empresa,rubro,cargo,domicilio,loc alidad,codpost,provincia,pais,telefono,fax,email,c ongreso,cursos,jornadas,charlas,caudal,humedad,niv el,peso,
presion,electricas,temperatura,analisis,socio,pora adeca,diario,revistatec,revista,porradio,radio,por expo,expositor,noti
) VALUES ("
.$_POST['NOMBRE'].","
.$_POST['APELLIDO'].","
.$_POST['EMPRESA'].","
.$_POST['RUBRO'].","
.$_POST['CARGO'].","
.$_POST['DOMICILIO'].","
.$_POST['LOCALIDAD'].","
.$_POST['CODPOST'].","
.$_POST['PROVINCIA'].","
.$_POST['PAIS'].","
.$_POST['TELEFONO'].","
.$_POST['FAX'].","
.$_POST['EMAIL'].","
.$_POST['CONGRESO'].","
.$_POST['CURSOS'].","
.$_POST['JORNADAS'].","
.$_POST['CHARLAS'].","
.$_POST['CAUDAL'].","
.$_POST['HUMEDAD'].","
.$_POST['NIVEL'].","
.$_POST['PESO'].","
.$_POST['PRESION'].","
.$_POST['ELECTRICAS'].","
.$_POST['TEMPERATURA'].","
.$_POST['ANALISIS'].","
.$_POST['SOCIO'].","
.$_POST['PORAADECA'].","
.$_POST['DIARIO'].","
.$_POST['REVISTATEC'].","
.$_POST['REVISTA'].","
.$_POST['PORRADIO'].","
.$_POST['RADIO'].","
.$_POST['POREXPO'].","
.$_POST['EXPOSITOR'].","
.$_POST['NOTI'].")");
mysql_query($sql);
echo("error".mysql_errno());
echo("mensaje".mysql_error());
Prove de todo y hasta ahora nada funciona. Si las variables del form están en mayuscula, si prove hacer un hecho de las variables y las imprime sin problemas el unico inconveniente es que no carga en la base AH!! si revise la conección y es correcta. Ojala puedan ayudarme GRAX SALU2
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)