I am having trouble with my include statements for files located elsewhere in my directory. I can do includes when I have the file in the same folder or a level deeper in the directory. But....
I changed the php.ini file as follows:
;Windows: "\path1;\path2"
include_path = ".;c:\php\includes; .;c:\wwwroot\menu\2002-03\Special"
My understanding is that I could then simply have an include statement in my code soemthing like:
include ("file.php");
I have missed something somewhere. Has anyone had success with this? What am I doing wrong?
Thanks for any help that you can give me!!