PHP Classes

File: common.inc

Recommend this page to a friend!
  Classes of Deanna Earley   networknews   common.inc   Download  
File: common.inc
Role: Example script
Content type: text/plain
Description: Sample common.inc
Class: networknews
nntp browsing and viewing class
Author: By
Last change:
Date: 21 years ago
Size: 198 bytes
 

Contents

Class file image Download
<?php
require "nntp.inc";
$nntp = new nntp;
$common = new nntpcommon;

$server = "news.earlsoft.co.uk";

if (!
$nntp->connect($server)) {
    die (
"Connection failed\n");
} else {
}
?>