I have a binary (non-modifiable) CGI program that does form processing. It
gets form data by HTTP POST and outputs the results to Apache.

Is there any way to make a PHP wrapper around the program, so that the form
data will be submitted to my script, which in turn will send the data to the
program and get back the results?

In other words, how can I POST to the program without opening an HTTP
connection and how do I read the program's output in my script?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to