errores del MysqlYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; VALUES ('fqejqgjg','fwefeq','TERRON COLORADO','','fqfq','fefqefq','fqfq',' at line 1
Código PHP:
include 'conexion.php';
conectar();
$sql = "INSERT INTO persona (nombre,dir,barrio,comuna,tele,tele_movil,mail,servidores,ruta_bus_encues,tipo_trans);
VALUES
('$nombre','$direccion','$selbarrio','$comu','$tel_fijo','$tel_cel','$mail','$servidores','$ruta' ,'$transporte')";
mysql_query($sql) or die ("errores del Mysql".mysql_error());
echo "¡Gracias! Hemos recibido sus datos.\n";
echo " <script language='javascript1'>window.location='form_encuesta.php'; </script>";
?>