The server is UNIX-based server for Linux running PHP in safe mode.

I have a CGI script I wrote in TCL, menubar.cgi, that I have to include into
a PHP file on the docroot, feedback.phtml.  How do I include the CGI script
and display the evaluated contents (again, it's in TCL, not PHP not even in
Perl), which will be a menubar, into the PHP file?

I cannot use backticks, system() or passthru() because the remote system is
running in safe mode and I am not allowed to change that.

What do I do?

Thanx
Phil



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to