Rapt0r Posted February 27, 2009 Share Posted February 27, 2009 Well I'm trying to make a form that registers members on my website, and I keep getting a parse error on the line that inserts the users into the database. I keep on looking over the line and I can't find the problem. Here's the error message I'm getting: Parse error: parse error in C:\wamp\www\create_account.php on line 20 And here's the line of code: mysql_query("INSERT INTO users VALUES ('" . $username . "', '" . $password . "')"); Any help would be really appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/147217-keep-getting-parse-error/ Share on other sites More sharing options...
premiso Posted February 27, 2009 Share Posted February 27, 2009 The pare error is not there. Post more code around "line 20". Quote Link to comment https://forums.phpfreaks.com/topic/147217-keep-getting-parse-error/#findComment-772837 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.