Does anyone have such a beastie? I can't even get to first base.
The following doesn't work ...
$hostNNTP = "news.swiftdsl. com.au:119/nntp";
$nntp = imap_open( "{" . $hostNNTP . "}comp.lang.cli pper.visual-objects", "",
"", OP_HALFOPEN) or header("Locatio n: error.php?ec=3" );
It displays an error message "Warning: imap_thread returned an empty tree in
list.php on line 53"
In looking around, I've found a couple of classes that try to connect to my
available NNTP servers, but they too don't seem to be working as I expect.
TIA for any and all assistance.
--
g.
Gary Stark
gstark@Redbacks Web.com
The following doesn't work ...
$hostNNTP = "news.swiftdsl. com.au:119/nntp";
$nntp = imap_open( "{" . $hostNNTP . "}comp.lang.cli pper.visual-objects", "",
"", OP_HALFOPEN) or header("Locatio n: error.php?ec=3" );
It displays an error message "Warning: imap_thread returned an empty tree in
list.php on line 53"
In looking around, I've found a couple of classes that try to connect to my
available NNTP servers, but they too don't seem to be working as I expect.
TIA for any and all assistance.
--
g.
Gary Stark
gstark@Redbacks Web.com
Comment