PHP require/include and relative path error
Jan 7th, 2010
Finding the correct relative path for use in you php page for include/require.
Finding the correct relative path for use in you php page for include/require.
Get all files included in current scope in a PHP script. File included using require, require_once,include, include_once all will be captured.
Files residing in a deep directory and you want to set include path for all those files,
you can set it using ini_set() or set_include_path().