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]

Reply via email to