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 Link to comment https://forums.phpfreaks.com/topic/5585-i-need-a-script-that-allows-users-to-login-and-update-there-profiles/ 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 Link to comment https://forums.phpfreaks.com/topic/5585-i-need-a-script-that-allows-users-to-login-and-update-there-profiles/#findComment-19938 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.