How to access remote cgi from PHP script?
I am completely new to PHP. I want to write a PHP script where he can access a remote cgi via http to get some data. I know PHP is capable of opening any remote url and fetching the contents of a file, but I am concerned with the result returned by the cgi script, not the script itself.
+2
a source to share