Creating member login and update of their own profile
This is what I am trying to create: a "members only" area of a Web site where the members can log in, view their contact information from our membership database, and update it if need be. Of course they can't be able to see anyone else's information.They are logging in using their email address and an assigned (dummy) password, which they will have to change when their profile pops up.
This is what I have: a login page that redirects to an update_user.php page upon successful login. The redirect is working, but the page is not automatically populated with the member's information. I put a hidden field on the login page that has a value of user_id (the primary key in my database), pulled from a recordset of getUser--hoping that this would get passed to the update_user.php page. This is the way my Delete User page works. But it isn't working in this case - the update user page still opens up blank. If anyone could help with this vexing problem I would greatly appreciate it.
Gail
