In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Andrew Chase) wrote:

> I'm not sure if Apache will recursively process documents this way (Perl 
> script -> HTML output with embedded PHP -> parsed PHP), but what about adding 
> this HTTP header to your PERL script's output before the HTML/PHP code:
> 
> Content-type: application/x-httpd-php
> 
> That way Apache would (in theory) know know that the PERL script's output 
> should be parsed by PHP. 


Good idea, even though it doesn't seem to work... And I just figured that 
virtual() doesn't send the ENV-variables to the script, so it's worthless 
anyway... :(

-- 
Sandman[.net]

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

Reply via email to