Consulta, no veo el fallo echame un cable 'INSERT INTO `boletin`
(`ID`,`EMAIL`,`TIPO`,`NOMBRE`)
VALUES
('','$var1','$var4','$var3');
siendo id autonumerico, email varchar 50, nombre varcahr 50 y tipo int 1.
me sale un error de syntax error, en la ultima linea, la de las variables T_CONSTANT_ENCAPSED_STRING |