RE: [PHP] INCLUDE vs Functions

2002-06-27 Thread Fifield, Mike
ly require one of the functions. -Original Message- From: Jeff Gannaway [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 10:41 AM To: [EMAIL PROTECTED] Subject: [PHP] INCLUDE vs Functions I'm re-writing a medium-sized commercial site in PHP. There will be elements that will

[PHP] INCLUDE vs Functions

2002-06-27 Thread Jeff Gannaway
I'm re-writing a medium-sized commercial site in PHP. There will be elements that will on nearly every page. I was considering writing each element as a program and then using INCLUDE statements wherever I wanted that element displayed. Now I'm wondering if grouping all those elements into