|
I just tried including a file that only contained text (no PHP).
include 'blah.html';
It included it and displayed the contents of blah.html.
Check the path to the file and to make sure it's in the correct spot. The working directory should be relative to the first .php file invoked, not the last one.
|