![]() |
How to parse a file from checkbox input?
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. |
Re: How to parse a file from checkbox input?
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.+
|
| All times are GMT +5.5. The time now is 14:42. |