Ver original$var1=$_GET['var1'];$var2=$_GET['var2'];$sql = mysql_query("INSERT INTO bouchers (var1,var2) VALUES ('$var1','$var2')");