How To Add To The Include Path In PHP

Author: , March 21st, 2012

set_include_path(get_include_path().PATH_SEPARATOR.'{DESIRED_NEW_PATH_TO_ADD}’);