On Wednesday, April 2, 2003, at 01:19 PM, Jim wrote:
| Perl has the LWP family of modules for doing HTTP client applications, as
| well as various HTML and XML parsing modules that can be used for what
| you're describing.

PHPs support for this is actually really nice. For simple things you can just do:


$fp = fopen("http://www.omniti.com/";);

and treat it like a normal file handle (or resource in php-talk). The curl extension is quite nice as well - provides the same granularity of LWP using libcurl (which is a truly magnificent library).

George


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to