• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

flags whoisonline function getId()

Linken93

Member
Joined
Apr 6, 2010
Messages
313
Reaction score
7
Location
SWEDEN
Hi!

What's wrong with this SQL query?

PHP:
$acc = $SQL->query('SELECT * FROM accounts where id = '.$account->getId().';')->fetch();

Getting this error :rolleyes:

Fatal error: Call to a member function getId() on a non-object

rep+
 
Back
Top