stats help
#1

iam using sqlite database and i want to display player stats on website.(i mean top 10 richlist,top 10 score list etc)
Help me to solve it.
Reply
#2

Querying an SQLite database is simple enough (http://php.net/manual/en/ref.pdo-sqlite.php), however the file must be locally accessible and writable by PHP, which is problematic if the database file is on another server. I don't even know if it is at all possible with an external database.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)