Archive

Posts Tagged ‘include’

PHP require/include and relative path error

Jan 7th, 2010

Finding the correct relative path for use in you php page for include/require.

Get All Included Files in PHP

Nov 15th, 2009

Get all files included in current scope in a PHP script. File included using require, require_once,include, include_once all will be captured.

How to Set Default File Path for Include Files?

Nov 15th, 2009

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().