Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14890 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75630 invoked by uid 1010); 13 Feb 2005 04:25:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75350 invoked from network); 13 Feb 2005 04:24:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2005 04:24:57 -0000 X-Host-Fingerprint: 68.157.246.80 mx1.distinctinnovations.com Windows 2000 SP4, XP SP1 Received: from ([68.157.246.80:1351] helo=distinctinnovations.com) by pb1.pair.com (ecelerity 1.2.11 (r4403)) with SMTP id 04/7C-04303-E86DE024 for ; Sat, 12 Feb 2005 23:24:52 -0500 Received: by distinctinnovations.com (Wildcat! SMTP Router v6.0.451.3) for internals@lists.php.net; Sat, 12 Feb 2005 23:26:29 -0500 Received: from ns2.distinctinnovations.com ([68.157.246.71]) EHLO=cl1823 by distinctinnovations.com (Wildcat! SMTP v6.0.451.3) with SMTP id 964360647; Sat, 12 Feb 2005 23:26:23 -0500 Message-ID: <007801c51183$e033b440$71f69d44@setechusa.com> To: Date: Sat, 12 Feb 2005 23:24:14 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 X-Antivirus-Remover: Message filtered with wsAV v2.0.0 Build 001 Subject: Creating a Module From: chris.cranford@tkdsoftware.com ("Chris Cranford") I'm trying to create my first module and I am having a bit of trouble. Is there any example modules available I could review to get a better understanding of how to write them? Thanks