Ok hey guys got a question. Is there any way to make this work better?
Ok say I got a footer page in a folder called includes. Right?
Well then say include it in a page like this: include "includes/footer.php";
Well what happens is the next files is in a folder called call and then I try to include the footer when include it using: include ".../includes/footer.php";
Not all the images will load and idea how to fix this?