Just for an analysis,
a) Tey including from the same folder
b) Try including from a URL include("http://www.blahblah.com/file.HTM") ==> use htm first then PHP, obioulsy PHP will be parsed but strangely i noticed it doesn't, if the domain is same
c) Also try include('http://localhost/and_path_to_ur file)
d) type opening using relative path, INCLUDING a dot include ('./abc/file.php')
There is always an interesting day! Let me know the results if possible.
Regds
IJ
|