RE: [PHP] Posting variables to a cgi without a form

2001-11-04 Thread Joseph Blythe
bject: Re: [PHP] Posting variables to a cgi without a form I believe cURL is great at this. Php supports cURL. go to curl.haxx.se -Jason Garber IoNZoft.com At 03:40 PM 11/5/2001 +1030, you wrote: >Hey all, > >What is the best wat to post some variables to a cgi file and capture the &g

[PHP] Posting variables to a cgi without a form

2001-11-04 Thread Joseph Blythe
Hey all, What is the best wat to post some variables to a cgi file and capture the output so I may strip out all the html tags, I want to replace a forms action with a php script which will mimic a forms post method, allowing me to better format the response, as at the moment the cgi is written i