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 Quote 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) Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/151664-solved-ff-problem-include/#findComment-796480 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.