I have some php files with functions and classes that I created that I use in a variety of web pages and I was wondering how I get make PHP4 automatically include these upon startup instead of having to have include("file...") in my web pages. I would like to be able to just use the functions like normal php functions without having to include something. I put the files in my php include dir. /usr/local/php/include/ I think it is. But that didn't work. any suggestions? Thanks!