Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Web

Newbie Spellweaver
Joined
Nov 15, 2008
Messages
53
Reaction score
7
Code:
Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'indicador'. (severity 16) in C:\Program Files\xampp\htdocs\gc\includes\pvprank.php on line 28

Warning: mssql_query() [function.mssql-query]: Query failed in C:\Program Files\xampp\htdocs\gc\includes\pvprank.php on line 28

Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\Program Files\xampp\htdocs\gc\includes\pvprank.php on line 29


PHP:
$Query54 = mssql_query("select top 22 Login,CharType,Level,Win,Lose,Exp,Promotion from characters WHERE indicador=NULL order by Win desc");

in table users haven't indicador

:?:
 
Back
Top