----- Original Message ----- 
From: "mike" <[EMAIL PROTECTED]>
> I currently manage several websites that share the same code.
>
> 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.

---John Holmes...

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to