MySQL related..
#4

Maybe start by creating a database... That part is self-explanatory, then start adding data that is specific for that person...

So say you have an account table and each person is given a separate ID (via auto-increment), you can use that ID (if you take it and store it for each player that logs in) and put that as one of the Data Values in the database for the SM/PM logs... Then you'll be able to "SELECT * FROM 'TABLE' WHERE User='%d' LIMIT (LIMIT NUMBER)" or as SyS pointed out... Start by learning SQL.

As an example.

ID (Auto-increment) | User (Integer) | (then your other data)
Reply


Messages In This Thread
MySQL related.. - by div - 26.06.2018, 03:21
Re: MySQL related.. - by SyS - 26.06.2018, 03:26
Re: MySQL related.. - by div - 26.06.2018, 03:37
Re: MySQL related.. - by zT KiNgKoNg - 26.06.2018, 03:41
Re: MySQL related.. - by div - 26.06.2018, 03:46
Re: MySQL related.. - by SyS - 26.06.2018, 04:12
Re: MySQL related.. - by div - 26.06.2018, 04:27

Forum Jump:


Users browsing this thread: 1 Guest(s)