• 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!

ModernAAC sql info

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,857
Reaction score
96
Location
Brazil
Hello,
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:
Back
Top