Hi, Can anyone help how to execute an http request like http://servername/dir/function.cgi and get back its result, all done by a single PHP program
Thanks and regards Deepesh
<?php virtual("dir/function.cgi"); ?>