Quote:
Originally Posted by xVIP3Rx
"`pid` = '%s'", playerid);"
playerid is a string ?, okay..
use "%d" for integers like playerid.
|
Well spoted mate. However, I'm still having an issue with the display
Quote:
Originally Posted by Denying
You're formatting the query but you aren't executing it, should you use mysql_tquery(mysql, query, "some public", "i", playerid);
And then do all the fetching inside the public?
|
I will give that a try mate.