Yeodan Posted May 2, 2009 Share Posted May 2, 2009 mysql_query ("INSERT INTO tPlayers (pNumber, pName, pPassword, pMail, pCode) VALUES ('', '" . $name . "', '" . $pass . "', '" . $mail . "', " . $code . ")") or die(mysql_error()); I get this error: Unknown column 'a25da8859da2ce5cb05f810d833c7f50' in 'field list' that's either $pass or $code, probably $code but can't see what I'm doing wrong =( edit: lol now I see it, forgot the ' Quote Link to comment https://forums.phpfreaks.com/topic/156533-solved-insert-cant-find-my-error/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.