Torben Nehmer wrote: > I've thought about using the function virutal() > http://www.de.php.net/manual/en/function.virtual.php > for this, but I have no idea how much of the Parent Request's Context gets > through to the script. > > Any Ideas? Has somebody done this before?
I've never done this before, but if you know exactly what context the script needs, it should be possible to pass it to the CGI script as query data. There's a comment on the PHP manual page that suggests this is possible. ... Ami. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
