> > create a directory called "inc" in /usr/local/apache > > and then add the following line to php.ini > > include_path = ".:/usr/local/apache/inc " > I'd use a method like this, although I'd probably just use an absolute path > instead of adjusting the include_path. What's the benefit of using an absolute path? If you did need to change the include path, you'd only have to do it in one file. Or am I misunderstanding what you are saying (likely)? Chris -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php