Jump to content
  • 0

PHP - Get guild_id


Question

Posted (edited)

Hello,

i create at the moment a own Flux Addon.

So at the moment i need the guild_ids from the acc that are atm logged to flux.

For some reason the array is empty.

 

Any idea how to fix it?

 

Here my code:

$sql = "SELECT guild_id FROM {$server->charMapDatabase}.char WHERE account_id = 2000000";
$sth = $server->connection->getStatement($sql);
$guild = $sth->fetchAll();		

Edited by Vincent

2 answers to this question

Recommended Posts

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...