mysql_query("INSERT INTO lottery ( ballno, batch, email, egold, stake, )
VALUES( '$ballno', '$batch', '$email', '$egold', '$stake' )")
or die("cant enter because ".mysql_error());
i get this error
cant enter because You 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( '30', '44444444', 'evanth
anyhelp?