in reply to Re^2: HTTP POST
in thread HTTP POST
A post is not going to write to a file, a post sends data to a program that then does something with it.
what it sounds like you need to do is write a Perl program on your server, that will accept the data, then write it to your .txt file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: HTTP POST
by kansaschuck (Sexton) on Mar 14, 2008 at 17:24 UTC |