how to access remote cgi from PHP script?

Posted by solotim on Stack Overflow See other posts from Stack Overflow or by solotim
Published on 2010-05-10T06:47:34Z Indexed on 2010/05/10 6:54 UTC
Read the original article Hit count: 183

Filed under:

I'm totally rookie as to PHP. I want to write a PHP script in which it can access a remote cgi via http to get some data. I know that PHP is able to fopen any remote URL and fetch file content, but I concern about the result returned by cgi script, not the script itself.

© Stack Overflow or respective owner

Related posts about php