How to parse a file from checkbox input?

Newbie Member
17Nov2007,16:11   #1
bretheartbobby's Avatar
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.
Team Leader
18Nov2007,15:33   #2
pradeep's Avatar
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.+