I've just started working with PHP and I'm certain there is a simple reason for this and a solution.
I have a file with several includes. When I change the file name of the calling page without changing code, directory or anything else, the includes no longer work.
Can someone tell me why and how to fix it?
I should note that the code I'm working is part of a packaged program although we are allowed to customize anything in php. I also do not have access to the root of the server.
Thanks!
Jeanette