03.08.2017, 02:32
I am just trying to code a basic vip script, but i can't even compile it because of this error.
Here's the code that gives the error:
format(string, sizeof(string), "UPDATE `uyeler` SET vip = %d WHERE k_adi = '%s'", "1" , plname);
--->> mysql_query(string); <<---
Thank you all for your help.
Here's the code that gives the error:
format(string, sizeof(string), "UPDATE `uyeler` SET vip = %d WHERE k_adi = '%s'", "1" , plname);
--->> mysql_query(string); <<---
Thank you all for your help.