How do I set PHP include_path?
31
Hits
A nice guide on setting up PHP include path either through php.ini or through ini_set() function in php. Normally when a include file is requested PHP will search for current path and if not found it will look for the include_path specified in php.ini or ini set function. |
Posted on: 2008-01-07 13:28:54 by admin
Website: www.modwest.com
Category: Articles
Tags: php include path
Tag Cloud
• php include path • php include files |