avatar.alex Posted January 27, 2011 Share Posted January 27, 2011 Im getting this error when I put this in. I cant seem to figure it out? #1064 - 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 'user_name']) . "', '" . sha1($_POST['user_pass']) . "', '" . mys' at line 3 Quote Link to comment https://forums.phpfreaks.com/topic/225830-mysql-error/ Share on other sites More sharing options...
PFMaBiSmAd Posted January 27, 2011 Share Posted January 27, 2011 Your query is being built wrongly or you are trying to execute the actual php statement as sql instead of the resulting sql query statement. Define: when I put this in? What and where exactly are you dong this at? Quote Link to comment https://forums.phpfreaks.com/topic/225830-mysql-error/#findComment-1165925 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.