..:D&G:.. Posted January 20, 2016 Share Posted January 20, 2016 I am making a login system and after the account is created, I keep getting this error in the console Any ideas ?Thanks Link to comment
Castillo Posted January 20, 2016 Share Posted January 20, 2016 Use dbExec for insert/update queries. Link to comment
KariiiM Posted January 20, 2016 Share Posted January 20, 2016 As I see the function dbQuery returns false because you used it as dbExec, and the usage of dbQuery is for returns the result while dbExec does not,so in this case as solidsnake said you've to use dbExec to insert or update the queries. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now