How to parse a file from checkbox input?

Discussion in 'PHP' started by bretheartbobby, Nov 17, 2007.

  1. bretheartbobby

    bretheartbobby New Member

    Joined:
    Nov 17, 2007
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I've to develop a html page where when i click one or two checkboxes and click submit, it has to take the values from the checkboxes and search a file for these values and take the whole line where the value is obtained, and store that line in another file.

    Can anybody help me in this as i'm a newbie to PHP.
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    All POST & GET parameters are stored in $_POST & $_GET super global variables and both together in $_REQUEST super global variable, you'll find the checkbox values here.+
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice