Jump to content

Please HELP!


bplogan

Recommended Posts

I am a novice to php.  I am trying to make a feature so users of my site can update their profile infomation like phone number, email, etc.  From the users main page, they click "edit my profile info" which is a link, the code for it is: <a href="editProfile.php?id=123">   (The 123 is their userID which gets passed from when they log in. This takes them to the editProfile.php page and shows them their current info in editable textboxes.  Their info is fetched from a MySQL database based on the "id" passed from the link above.  The problem is, that I can just type in the address bar,  mysiteUrl/editProfile.php?id=456, and it will let me change the person who is user ID 456's profile info.  For example if someone had the userID od 222, I could type "mySiteURL/editProfile.php?id=222" into my browser and change their info.  So anyone can just type in a userID and change things.  How can I stop this?  Can I hide the "id=XXX" somehow, so it isn't visible?  Or am I going about his completely wrong?  Any help would be greatly appreciated!!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.