..:D&G:.. Posted June 13, 2015 Share Posted June 13, 2015 Hello, I am trying to make a report system that saved the reports in mysql, but I keep getting syntax error. I don't really know what the syntax for dbQuery is... local qh = dbQuery(mysql, "INSERT INTO reports (Date, Type, From, Content) values ('"..getFormatDate().."', '"..typ.."', '"..getPlayerName(client).."', '"..text.."');") local result = dbPoll(qh, -1 ) Link to comment
..:D&G:.. Posted June 13, 2015 Author Share Posted June 13, 2015 Fixed it, thanks a lot 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