I created a web page hosted on apache2.2.
Currently, I get only the pages name in the Apache access logs (eg: home.php
, result.php
, logout.php
that are accessed in the webpage).
How can I track the options selected by the user in the Apache logs?
E.g.: If there are 2 radio buttons & one text box, I would like to track the radio button values & the text box values in the Apache logs.