[PHP] including functions on every php page in a site

2002-05-24 Thread Darren Gates
Hello, I have about 10 function definitions that I want included on every page in my website. Instead of calling: ? include( myFunctions.php); ? on every page, I'd prefer to have the functions automatically loaded into memory when a user visits any page of my site. I was thinking that there

Re: [PHP] including functions on every php page in a site

2002-05-24 Thread Jerome Houston
go to: http://www.php.net/manual/en/configuration.php and look for auto_prepend_file -jerome Original Message Follows From: Darren Gates [EMAIL PROTECTED] Reply-To: Darren Gates [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP] including functions on every php page in a site Date

Re: [PHP] including functions on every php page in a site

2002-05-24 Thread Richard Baskett
May 2002 15:54:28 -0700 To: [EMAIL PROTECTED] Subject: [PHP] including functions on every php page in a site Hello, I have about 10 function definitions that I want included on every page in my website. Instead of calling: ? include( myFunctions.php); ? on every page, I'd prefer