Forum Moderators: coopster
using the following (as per Coopster's)?
ini_set('include_path',
realpath($_SERVER['DOCUMENT_ROOT'] . '/../includes/')
. PATH_SEPARATOR
. ini_get('include_path'));
ini_set [php.net]('include_path [php.net]',
realpath [php.net]($_SERVER [php.net]['DOCUMENT_ROOT'] . '/../includes/')
. PATH_SEPARATOR
. '/my/next/include/path/'
. PATH_SEPARATOR [php.net]
. ini_get [php.net]('include_path'));