MySQL?
#1

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.
Reply
#2

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 (javascript 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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)