[snip]

I've recently set up some Tomcat/Java/Servlet stuff that provides some
high-level functions I wish to make available from PHP.  In other words,
from PHP, I want to make an HTTP call to an address like:


http://mycompany.com/myservlet?request=doSomething&arg1=meat&arg2=potato
es

and then use the returned stream of data to service the original PHP
request.  Clear?
[/snip]

There is always cURL http://www.php.net/curl

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to