Online Shopping : Computers : Programming : Languages : PHP : Function Libraries : IMAP

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

14 of 21 people (67%) answered Yes
Recently 4 of 9 people (44%) answered Yes

Entry

Can I connect to a NNTP server from PHP?

Sep 13th, 2000 11:52
nate parsons, Nathan Wallace, http://www.lerdorf.on.ca/nntp.phps


Yup. Check the docs for imap. it's basically exactly the same, except
you have to tell it to connect using nntp to port 119.

You should really check out Rasmus Lerdorf's code up there.  Its a 
pretty chill example of how to use IMAP to open an NNTP connection