What can I use to execute a CGI script on a remote server if I don't have access to the EXEC command (my host has disabled it due to security concerns).
LOst, please HElp...
1) This is a PHP forum, not ASP.
2) CGI's are executed directly by the webserver, you only have to call the correct URL.
If it was php and not.. what's it... Asp, you could use virtual("/path/to/cgi/script.cgi?varibles=here");
But again, since your using... asp, i dunno.