joker313 Posted November 30, 2009 Posted November 30, 2009 in battletent.php Find [mysql]$q=$db->query("SELECT count(*) FROM challengesbeaten WHERE npcid=$v"); $times=$db->fetch_single($q); [/mysql] Change to [mysql]$q2=$db->query("SELECT count(*) FROM challengesbeaten WHERE npcid=$userid"); $times=$db->fetch_single($q2);[/mysql] if i am wrong let me know whats wrong :thumbsup: Quote
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.