I've never used CGI before, and therefore wonder if it is possible to trigger the CGI script through PHP. In essence, I want to send a string as input, and have the CGI return a different string based on what it has processed.
The host does not support the following functions
shell_exec,exec,system,passthru,popen,proc_open,pass_thru,pcntl_exec,proc_close,proc_get_status,proc_nice,proc_terminate,dl,pclose,pfsockopen,posix_kill,posix_mkfifo
Is what I am looking to do possible, and if so, can you point me in the right direction? Thanks.