Tales Posted June 7, 2015 Posted June 7, 2015 What's wrong with this code? I dont see any change on my sql table query_sql("UPDATE `char` SET `mvp_point` = 'mvp_point+1' WHERE char_id = '"+escape_sql( getcharid(0) )+"'"); Quote
Capuche Posted June 7, 2015 Posted June 7, 2015 Maybe because of the quotes 'mvp_point+1' ? query_sql("UPDATE `char` SET `mvp_point` = mvp_point+1 WHERE char_id = '"+ getcharid(0) +"'"); 1 Quote
Question
Tales
What's wrong with this code? I dont see any change on my sql table
1 answer to this question
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.