Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.
I want to include a header and footer file into my pages. However I have my structure set up in different folders that have more folders. (see img below)
What's the best way to make sure that my links work on each level of my library?
Right now I have my inc file in the image folder on the top level. Ho do I link to images to work on every level?
I'd rather not create image folders for every library that I create and upload every image that use in my inc file to each of them.
I'd also like to avoid pulling them from a database. What other solution do I have?