winterdude Posted July 30, 2007 Share Posted July 30, 2007 I've scoured the web, asked other I know and all that stuff, but I still have no clue how I would go about integrating a user profile system with my authentication system. Can any one give me some tips on where to start. Please be as basic as possible, I'm still learning everyday. Thanks much! Quote Link to comment Share on other sites More sharing options...
teng84 Posted July 30, 2007 Share Posted July 30, 2007 not clear but did you already do hashing on every user password? Quote Link to comment Share on other sites More sharing options...
trq Posted July 30, 2007 Share Posted July 30, 2007 Maybe my post here will help you. Otherwise, your going to need to be allot clearer on what part exactly your stuck with. Quote Link to comment Share on other sites More sharing options...
winterdude Posted July 30, 2007 Author Share Posted July 30, 2007 I guess I did some pretty bad phrasing in my previous post. What I'm trying to accomplish is to create a system that would allow users to create/edit a personal profile. Nothing fancy, just name, age, location, and a photo. And I'm a newbie to PHP so I just want to be given somewhere to start. Quote Link to comment Share on other sites More sharing options...
trq Posted July 30, 2007 Share Posted July 30, 2007 Well, if you've already made a login system it really should be quite simple. You just need to ask users for more details when they sign-up. You'd then use an UPDATE statement to do any editing of said details. Quote Link to comment Share on other sites More sharing options...
Crew-Portal Posted July 30, 2007 Share Posted July 30, 2007 Woot! Try out this link: http://linuxwebshop.com/phpprofiles.php Modify it to fit your needs. Happy scripting! Quote Link to comment Share on other sites More sharing options...
winterdude Posted July 30, 2007 Author Share Posted July 30, 2007 Thanks everyone! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.