include_path = [DIR]

PHP programming
admin
Site Admin
Posts:7390
Joined:Wed Mar 13, 2019 6:42 am
Contact:
include_path = [DIR]

Post by admin » Wed Apr 24, 2019 8:07 pm

include_path = [DIR] If you set this value, you will only be allowed to include or require files from these directories. The include directory is generally under your document root; this is mandatory if you.re running in safe mode. Set this to . in order to include files from the same directory your script is in. Multiple directories are separated by colons: .:/usr/local/apache/htdocs:/usr/local/lib.
doc
thanks for Tutorials point.

Post Reply