RE: [PHP-WIN] Re: Calling exe/cgi

2002-11-15 Thread Michael Hazelden
thentication in there and pass it in the URL ... user:password@myserver etc ... -Original Message- From: Michael Hazelden [mailto:michael.hazelden@;ocado.com] Sent: 15 November 2002 16:02 To: 'Brennan Mann'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: Calling exe/cgi Open it using

RE: [PHP-WIN] Re: Calling exe/cgi

2002-11-15 Thread Michael Hazelden
Open it using the fopen command - but do it as an HTTP open to the same server your PHP is on. Then you can pass the get string along with the open request ... the Apache system (or whatever your using) should then execute the CGI with the get ... and you get read the results using fpassthru or fr