03-24-2013, 10:08 AM
mnxford Wrote:I worked according to his video tutorials. And now I have some problem. I did every single user login,registration etc seeing brandonio's videos...now how can I set a profile for my user...We are going to need more information to help you out! Are you connecting to a MySQL database? If so, this is relatively easy. You will just need to create a table called "profiles" or something like that with a few fields:
-ID
-username
-password
-firstName
-lastName
-avatarURL
Then, when the user logs in with a specified username and password, just match it with those records and download the information from the firstName, lastName, and avatarURL fields - a profile.