View Single Post
  #56  
Old 12-18-2006, 09:51 PM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

execute this query in your database:
Code:
SELECT * FROM `account` WHERE `id` = 9;
then tell me if it returned any information
Reply With Quote