Save changes to a user account

Save changes to a user account

ChrisGChrisG Posts: 29Questions: 0Answers: 0
edited July 2013 in DataTables 1.9
I'm wanting to set up datatables with php+mysql... I'm curious as to what steps I should take in order to be able to save user changes to an account (user's mysql data)

So for example, the user could choose certain filters for their table or they could select specific entries, and this information would be saved to their account when they are logged in. So basically indentical to savestate, only you could log in from any computer and it would load up all the users preferences/settings.

As of now, savestate just stores a cookie on the local machine, meaning if a person goes to the page from a different computer, they are going to be using whatever cookie is stored there. I want it to be consistent for the user no matter what computer they are using.

Thanks for any advice/help in advance! :)
This discussion has been closed.