MySQL? - 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: MySQL? (
/showthread.php?tid=191844)
MySQL? -
[RVRP]Tyler - 20.11.2010
First and foremost, no this is not a question directly involving MySQL.
I'm just curious, are there any other efficient methods of file-saving which I could use with a user control-panel on a website. I heard something about "djson", but I'm not completely sure.
Re: MySQL? -
Calgon - 20.11.2010
Every method works, you can even use flatfiles for web-interaction.
However, I'd suggest taking a look in to SQLite, or as you are already aware of, DJSON. DJSON uses the JSON format (
java
script
object
notation). It's readable by humans and is used commonly by web APIs, though I'd highly recommend staying away from it for a SA-MP server.
Take a look in to SQLite or MySQL in PAWN.