Re: cgi and POST

2009-08-28 Thread Ken Seehart
D'Arcy J.M. Cain wrote: On Fri, 28 Aug 2009 13:59:57 -0700 Ken Seehart wrote: Using cgi, how do I get the /data /(not the uri arguments) originating from a POST that did not originate from a form. You don't care where it came from. Just treat it exactly as if it came from a form.

Re: cgi and POST

2009-08-28 Thread D'Arcy J.M. Cain
On Fri, 28 Aug 2009 13:59:57 -0700 Ken Seehart wrote: > Using cgi, how do I get the /data /(not the uri arguments) originating > from a POST that did not originate from a form. You don't care where it came from. Just treat it exactly as if it came from a form. -- D'Arcy J.M. Cain |