(no version information, might be only in CVS)
nsapi_virtual __ Perform an NSAPI sub_request
Description
int
nsapi_virtual ( string uri)
nsapi_virtual() is an NSAPI_specific function which
is equivalent to <!__#include virtual_____> in SSI
(_shtml files)_ It does an NSAPI sub_request_
It is useful for including CGI scripts or _shtml files, or anything
else that you'd parse through webserver_
To run the sub_request, all buffers are terminated and flushed to the
browser, pending headers are sent too_
You cannot make recursive requests with this function to other PHP scripts_
If you want to include PHP scripts, use include() or
require()_
Nota:
This function depends on a undocumented feature of the Netscape/iPlanet/SunONE
webservers_ Use phpinfo() to determine if it is available_
In the unix environment it should always work, in windows it depends on the name of
a ns_httpdXX_dll file_
Read the note about subrequests in the
install section if you experience this problem_