I am still quite new to mysql and I was curious what the best way to go about saving multiple-users' information in a database. I apologize for this question being as clueless as it is, but I have not been able to find any sort of examples or tutorials regarding this subject.
For example, if there are multiple users and they want to log the distance they have ran and then be able to access this information later, can I store their information in some sort of multi-dimensional array which is linked to their username? Is there a way to do this using cookies? Can cookies be stored on the server and then retrieved on a different computer when the user logs in? Or is it as simple as creating a new table for the user and then storing all of the information there?
Any direction you could offer me would be appreciated