Hi all,

I am on Apache 2.0.59 and the following form is hosted on the apache server
at htdocs. Users do a GET and get the form on the browser.

The simple HTML form looks like the following. It has 3 fields where users
enter data - data, phone and email. I want to write a HTTP (input?) filter
which will read the HTTP request and log the form fields that the users
enters. Is this possible?


<html>
<head>
DATA FORM
</head>
<body>
<form name="dataform" action="/cgi-bin/action.pl" method="POST">
<b>Username</b><br>
<input type="text" name="data" size="20" value=""><br>
<b>Phone Number</b><br>
<input type="text" name="phone" size="20" value=""><p></p>
<b>email id</b><br>
<input type="text" name="email" size="20" value=""><p></p>
<b>Submit</b><br><input type="submit" name="submit" value="OK">
</form>
</body>
</html>


Any pointers/help on how this can be achieved?

Thanks,
Ambarish.



DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Pvt. Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Pvt. Ltd. does not accept any liability for virus infected mails.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to