Jump to content

priyanka

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

priyanka's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi Riftz, thanks for the reply. Is it possible for you to suggest some php programmer as I need to get fix some more and similar type of issues?
  2. Hi, I am using following code in login form: <td><input type="hidden" name="txtURL" value="<?=$_GET['url']?>"><input name="submit" type="submit" value="Submit" class="button" /> <input id="reset" name="reset" type="reset" value="Reset" class="button" /></td> but a coding checker software says that it has security issues in <?=$_GET I have one more form for login check, there i wrote if(!isset($result['evoId'])){ header('Location: login.php?action=invalid'); Software gives error in "IF" and i used this in logi chk if($txtURL=='reverse'){ header('Location: ABC='); }else{ header('Location: index.php'); It gives error in "if($tx" please help and suggest Priyanka
  3. 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
  4. 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..
×
×
  • 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.