<? $pol=$_POST['pol']; $age=$_POST['age']; $result = mysql_query("INSERT INTO table VALUES('','$pol','$age')")or die(mysql_error()); ?>