> compiled PHP3/PHP4 as external CGI under Apache.
> virtual("test.html");
> Does is not work in a CGI-PHP ?
Correct. virtual() cannot work in CGI.
You'll have to use some combination of exec()/fopen()/popen() to achieve
what you need.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Missing function virtual () ??? Frank Gadegast
- Richard Lynch

