My code is simple: index.php (root directory): require('themes/default/index.php'); PHP: In the HTML of the included file are both img and "link" tags - and they do not show up at all. I can get them to show up if I access the file directly - or include the stylesheet/image above the root directory. I desperately need help with this. Cheers, BP
Is the file not loading at all, or are the paths just wrong? If you include a file in another folder, it will use paths relative to where the main file being load is (not the file you're including).
Great to hear =) You've got to start learning somewhere, pretty much just doing it over and over is how you get good at it. Feel free to post if you have anymore issues you can't solve