View Single Post
  #5 (permalink)  
Old 25-08-2007, 21:49
swexpert swexpert is offline
Premium Member
 
Join Date: Jan 2007
Posts: 209
Default

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
Reply With Quote