PDA

View Full Version : CGI script that writes an HTTP POST to a file


avivgur
09-05-2004, 12:30 PM
Hi,
I have NO IDEA WHATSOEVER about writing a cgi script yet I would like to
write a script that responds to a http post by writing the posted data to a
file. I need this for integrating with a java applet that must write data
to a url. Does anyone know where I can find such a script or exactly how it
should look?
Thanks,
Aviv.

mlseim
09-06-2004, 01:58 AM
So you're saying that you have an HTML form that someone fills out
and the information goes to a file on your webhost server?

If that's right ... give us a link to your form so we can see what kind
of information you're gathering.