PHP support? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: PHP support? (
/showthread.php?tid=154432)
PHP support? -
Hackzor - 13.06.2010
Is it possible to bind PAWN and PHP?
I just wonder because i want to create a "Ban list" on my server's website.
Sorry if this topic is stupid...
Re: PHP support? -
Cameltoe - 13.06.2010
You can save every ban to a flat file and load the flat file from php, you can also use mysql and save bans there.
Re: PHP support? -
Aleksandar_Zivanovci - 13.06.2010
use samp api for that
Re: PHP support? -
Hackzor - 14.06.2010
Thanks for the help.