LucasFerraz
Systems Analyst
Hello,
What is wrong with it? It's just showing "1349119688"
What is wrong with it? It's just showing "1349119688"
SQL:
$guildcreationdata = $SQL->query('select `creationdata` from `guilds` where `id` = '.$guild->getId().';')->fetchAll();
PHP:
echo "Created in ".$guildcreationdata[0]['creationdata'].".";
Last edited: