Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 04/25/11 in all areas

  1. hum... unless the engine_logon_db variable doesn't point to your auth DB i don't see why it throws that error!
    1 point
  2. ok... i see that i have to do a sketch! PHP Basic 101: <?php $variable = '0'; //The value of the $variable is 0. $variable = mysql_query("SELECT id FROM account WHERE username = 'test'"); //The value of variable is the id from test. ?> TBL_ACCOUNT get his variable somewhere... i just want to know where and that code!
    1 point
×
×
  • Create New...