Jump to content

[SOLVED] FF problem include()


konetch

Recommended Posts

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

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)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.