faqts : Computers : Programming : Languages : PHP : kms : General

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

10 of 14 people (71%) answered Yes
Recently 5 of 8 people (63%) answered Yes

Entry

Does PHP search sub-directories of the include file directory for includes?

Jun 18th, 1999 07:00
Nathan Wallace, se@lakenet.no


PHP will not traverse the path (recursively), but you can use paths
relative
to the include dir (like include("foo/file.inc").