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

Java,AJAX

WibbenZ

Global Moderator
Staff member
Global Moderator
Joined
Oct 16, 2008
Messages
6,374
Solutions
229
Reaction score
1,503
Location
Sweden
Hi, im using gesior 1.0.1 and I have some problems with adding querys to the java script.. Is it posible to use AJAX or jquery to get this to get the info from the database?

Code:
<?PHP
$guilds = $SQL->query('SELECT COUNT(*) FROM `guilds` WHERE `id`>0;')->fetch();
?>

And the java code itself
Code:
['guilds','There are a total of <b><?PHP '.$guilds[0].' ?></b> guilds made.','_self'],

Please dont say try searching becouse ive tried searching on google and on the forum, without results.
Regards WibbenZ
 
Back
Top