On 10/19/05, Steve <[EMAIL PROTECTED]> wrote:

> I'm looking for some help with reading freely available news files like
> this:   news://newsclip.ap.org/[EMAIL PROTECTED]
> <news://newsclip.ap.org/[EMAIL PROTECTED]/%3E%3C/media>.
> I'm able to connect to the newsgroup with the IMAP functions just file,
> but this type of news url can be placed in a browser like mozilla and
> the message will be pulled, so i'm thinking it should be much easier
> than that.

When you use the browser to access using the news: protocol you are
actually invoking NNTP functions. That's whats the IMAP functions you
are using are also doing. So that is the proper way. I imagine if you
search for NNTP and PHP you will find some third party classes and
code that might help out too...

c
--
Chris Lott

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

Reply via email to