terowz Posted March 23, 2006 Share Posted March 23, 2006 i need a script that allows users to login and update there profiles.., i need a script that allows users to login and update there profiles...Iam not sure if it will all be php or working with a database anyone can point me in the right direction...thx..Joe Quote Link to comment Share on other sites More sharing options...
craygo Posted March 23, 2006 Share Posted March 23, 2006 You can do it all with a database and php using sessions. Not that hard to do.need a login page which checks username and password against the database, then stores username and user id in a session value. Then a link to a profile page which will check the users id with the one they want to change. That way they cannot type one manually in and change someone elses.I got samples, pm me if you are interested in them.Ray 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.