RE: [PHP] Include (Newbie question)

2002-05-25 Thread John Holmes
... > -Original Message- > From: Kevin Stone [mailto:[EMAIL PROTECTED]] > Sent: Saturday, May 25, 2002 8:54 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Include (Newbie question) > > No, not exactly. The idea behind the include() function in PHP is to > append > a

Re: [PHP] Include (Newbie question)

2002-05-25 Thread Kevin Stone
No, not exactly. The idea behind the include() function in PHP is to append and execute code to the currently running script. This is great for organizing your code into more easier to manage chunks. PHP will attempt to parse and execute the included file as a PHP file regardless of the file ex