konetch Posted March 29, 2009 Share Posted March 29, 2009 My php page code is as follows: <?php include 'external/header.php'; ?> <div id="body"> Some text here... </div> </div> <?php include 'external/footer.php'; ?> The 'external/header.php' and the 'external/footer.php' will not display in Mozilla and I'm not exactly sure why. Furthermore, it displays the page which doesn't even exsist anymore. Could anyone explain why? Thanks If you need more info just ask Link to comment https://forums.phpfreaks.com/topic/151664-solved-ff-problem-include/ Share on other sites More sharing options...
MadTechie Posted March 29, 2009 Share Posted March 29, 2009 The problem seams to be a cache problem Try holding the shift key down when you refeash the page.. if that doesn't work then in FF press ctrl+shift+delete untick all except cache and click 'Clear Private data' try the same in IE as the code should be the same in both (you may want yo view source as it may parse but not view correctly) Link to comment https://forums.phpfreaks.com/topic/151664-solved-ff-problem-include/#findComment-796470 Share on other sites More sharing options...
konetch Posted March 29, 2009 Author Share Posted March 29, 2009 alright thanks Link to comment https://forums.phpfreaks.com/topic/151664-solved-ff-problem-include/#findComment-796480 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.