doucie Posted April 14, 2007 Share Posted April 14, 2007 The 'header' include is displayed in the web page but the 'footer' one isn't unless I move the include to before the div. Why? Thanks in advance. <?php include ("header.php"); ?> <div id="box"> <?php get_groups(); ?> </div> <?php include ("footer.php"); ?> Link to comment https://forums.phpfreaks.com/topic/47033-solved-help-with-include-files/ Share on other sites More sharing options...
doucie Posted April 14, 2007 Author Share Posted April 14, 2007 Sorted. The form in my get groups function did not have an end tag. Link to comment https://forums.phpfreaks.com/topic/47033-solved-help-with-include-files/#findComment-229386 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.