Login   Register  
PHP Classes
elePHPant
Icontem

File: common.inc

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2002-07-15 02:54
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 {
}
?>