PHP: include inside included file
问题 I've gotta solve this once and for all. I'm currently working on a 4 years old project, written in PHP and that is run on Apache server. We are a team of about 40 folks and each of us uses the prefered OS, so we have Windows, Macs and Linuxes running this code. I'm among those who prefer Ubuntu. Anyway, everytime I clone this project, I have to modify some portions of code so it'll work in my machine, because of the following old include / require issue: So suppose I have the following files