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
https://forums.phpfreaks.com/topic/75739-please-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.