Posted by Jochem Maas on 10/05/32 11:30
Christoph Freundl wrote:
> Am Freitag, 28. Oktober 2005 13:22 schrieb Jochem Maas:
>
>>>info.php
>>>-------------------------------------------------
>>><?php
>>> virtual( "setvar.shtml" );
>>
>>have yuou tried include/require here instead of virtual()
>>
>>I imagine that the env of the subprocess wouldn't affect
>>the env of the parent process - i.e. to me it makes sense
>>if you say the env var in the subprocess is not available in
>>the parent process.
>>
>>
>>> echo apache_getenv( "myvar" );
>>>?>
>>>-------------------------------------------------
>
>
> Nope, both include and require result that the content of setvar.shtml
> shows up literally in the output without the SSI having been processed
> by Apache.
ok, and if you stick the following in 1 file and call it?:
<!--#set var="myvar" value="myval" -->
<?php echo apache_getenv( "myvar" ); ?>
.... just thinking out loud here.
>
Navigation:
[Reply to this message]
|