Charlie Romero <[EMAIL PROTECTED]> wrote:
> $results = virtual("/cgi-bin/search.cgi?q=hello&m=world");
virtual doesn't return the content of the subrequest, it sends it to
the browser.
you need to use something like popen() to do what you're trying
to do.
jim
--
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] virtual() ignoring str_replace() Charlie Romero
- [PHP] Re: virtual() ignoring str_replace() CC Zona
- jimw

