priyanka Posted September 14, 2009 Share Posted September 14, 2009 HI, I have made a login form, i facing a problem ie whenever user logs in after feeding uid and pwd, url address bar shows the complete path details along with the uid.This is creating some security issue. Could anyone pls help me.. Quote Link to comment https://forums.phpfreaks.com/topic/174183-need-coding-help-in-lgin-form/ Share on other sites More sharing options...
hostfreak Posted September 14, 2009 Share Posted September 14, 2009 It seems like you are using the GET post method. Instead use POST. Check this out: http://us3.php.net/manual/en/language.variables.external.php Quote Link to comment https://forums.phpfreaks.com/topic/174183-need-coding-help-in-lgin-form/#findComment-918232 Share on other sites More sharing options...
priyanka Posted September 14, 2009 Author Share Posted September 14, 2009 This is exactly what happeing : as someone opens the website,first of all list of all users openup eg First name, last name, address, phone no etc then registered user can modify their details by clciking on their name . after clciking on name a form opens up and user can modify the details. Now problem is that:AS user points the mouse on his nmae(clickble link) bottom bar of browser shows: www.test.com/edit_member.php/?id=john12 same thing happens when user clciks on his name to modify, URL address bar code shows http://www.test.com/loginn_frm.php?go2url=edit_member.php%3Fid%3Djohn12 Quote Link to comment https://forums.phpfreaks.com/topic/174183-need-coding-help-in-lgin-form/#findComment-918238 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.