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

2002-05-24 Thread Richard Baskett
You could include it in the auto_prepend_file variable in your php.ini. This will make this file available to every page.. You could include it in your .htaccess file, if you do not have access to the php.ini Something like this in your .htaccess file: php_value auto_prepend_file /path_to_file_f

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 s