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..
  5. thnx for ur time frnd. u got it right. I have nt written the code. one of my frnd did it who is on leave now a days due to marriage n i thought nt to disturb him. i though it will be a small task and if someone can give me code then perhaps i can do it but seems i cant do it
  6. actually prblem is that i want a file attachment facility on website. Suppose i want to upload any notice on the website then i should have to option to write Notice Heading, Some text matter and one option to upload any file (file uploading is not mandatory), if file already exists then flash a msg eg " File already exists" and it should have a option to revome any attachment too. (my Job portals have such option lke upload ur Cv along with pix). I hope i am able to explain it now There is one file "User Detail" in Class folder... i think u are talking about dat
  7. i dont know about the code which is to be writn................ops..........
  8. Hi, I have a "notices" link on my website now webadmin want one more option: he want to upload any file eg .doc, .pdf etc along with text in this "Notice section". I have attached front and backend file. is there anyone who can help me [attachment deleted by admin]
  9. m not getting it rajesh, can u pls explain i want to attach any file from backend (admin section) and want that people should access it from front end eg if i want to upload any news along with some attachment like pdf file or doc file using admin section of the website.
  10. I made a website using php andmysql. I want to give an option at backend for attaching a pdf file. As admin submits the form, it should reflect on front end so that anyone can read it. pls help
  11. Hi, I designed a website which has backend for website admin. Now i want to give a link on backend using that admin can link any .pdf or .doc file. And as he submits this, file should get uploaded on front end. pls help Priyanka
×
×
  • 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.