[PHP] Query to show online players on website
#4

Quote:
Originally Posted by toofast
Посмотреть сообщение
Thanks, but seems is not working fine. I get the information but also the array is displayed.
Well, here's a simple way of getting just the player count value.

PHP код:
<?php
while($server $query->getInfo())
{
    echo 
$server["players"];
    break;
}
?>
Reply


Messages In This Thread
[PHP] Query to show online players on website - by toofast - 05.07.2013, 08:08
Re: [PHP] Query to show online players on website - by TheJayMan - 05.07.2013, 08:51
Re: [PHP] Query to show online players on website - by toofast - 05.07.2013, 09:25
Re: [PHP] Query to show online players on website - by TheJayMan - 05.07.2013, 09:34
Re: [PHP] Query to show online players on website - by toofast - 05.07.2013, 09:47
Re: [PHP] Query to show online players on website - by toofast - 05.07.2013, 10:16

Forum Jump:


Users browsing this thread: 1 Guest(s)