SA-MP Forums Archive
PHP Banned List - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PHP Banned List (/showthread.php?tid=594801)



PHP Banned List - SecretBoss - 23.11.2015

- FIXED -
For all those who may find this I changed query to the following

Код:
<?php
$query = $config -> prepare("SELECT playerbanned, bannedip, reason, admin FROM `bans` ORDER BY ban_id DESC LIMIT 30");
?>



Re: PHP Banned List - Riddick94 - 23.11.2015

http://www.w3schools.com/php/php_mysql_select_limit.asp


Re: PHP Banned List - SecretBoss - 23.11.2015

Quote:
Originally Posted by Riddick94
Посмотреть сообщение
Thanks for helping, +rep for you

Didn't help me a lot but I did with another way, thanks anyway.