For some reason this function NEVER works for me when I am working on the www when i code
include ("conf.php");
for example, i get
Warning: Failed opening 'conf.php' for inclusion (include_path='.;c:\apache\php\pear') in .... on line 21
the same thing happens when i put:
include ("http://www.domainname.com/conf.php");
however, when I am working on my local intranet, which is configued excatly the same, the same thing happens UNLESS i type the complete name of the file (e.g. C:\apache\htdocs\etc.)
Any clues??