|
Yeah, virtual might work, havent messed with it in a while. You could also try to fopen("http://www.your.com/cgi-bin/file.cgi"), slower but maybe better.
The problem is that PHP has no idea how to parse your CGI code, so you will have to read in the OUTPUT of the script.
-G
|