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 may be some what to do this with a root-level .htaccess file, but I'm not sure. Can anyone offer a solution? Thanks, Darren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php