Here is a code i need it to put a 2 for LogonType Maybe someone can code it.tell me whats wrong lmao
$ID= $_POST['accountID'];
$Question= $_POST['question'];
$Answer= $_POST['answer'];
$Country= $_POST['country'];
$Name= $_POST['name'];
$Email= $_POST['email'];
$LogonType= $_POST['2'];
mysql_query("INSERT INTO accounts (AccountID,LogonType,Question,Answer,Country,Name,Email) VALUES ('$ID','2','$Question','$Answer','$Country','$Name','$Email');
$ID= $_POST['accountID'];
$Question= $_POST['question'];
$Answer= $_POST['answer'];
$Country= $_POST['country'];
$Name= $_POST['name'];
$Email= $_POST['email'];
$LogonType= $_POST['2'];
mysql_query("INSERT INTO accounts (AccountID,LogonType,Question,Answer,Country,Name,Email) VALUES ('$ID','2','$Question','$Answer','$Country','$Name','$Email');