Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I set profile for a user???
#3
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.
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
How can I set profile for a user??? - by mnxford - 03-19-2013, 11:32 AM
Re: How can I set profile for a user??? - by brandonio21_phpbb3_import2 - 03-24-2013, 10:08 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Auto-generating Drop Menus from User Input MadManMallard 2 11,979 09-17-2014, 09:41 AM
Last Post: brandonio21
  How do I check if a user has a certain role in their profile kismetgerald 4 15,738 11-14-2012, 12:30 PM
Last Post: kismetgerald
  Computer User vbcodegeek 6 21,278 11-01-2011, 06:01 PM
Last Post: openeXpressions

Forum Jump:


Users browsing this thread: 1 Guest(s)