jaydeesmalls Posted April 26, 2008 Share Posted April 26, 2008 **********PLEASE DISREGARD, I THINK I FIGURED IT OUT************* Hi everyone, I'm kinda new to php, and was wondering how to make this work. <div id="navBeta"> <?php include('navBeta.html'); ?> </div> I am trying to make the navBetA.html page show within another part of a page, but it doesn't show anything when I do this. I need to have the the div, and was hoping to be able to keep navBeta's content on a separate page. Any help would be greatly appreciated. thanks Link to comment https://forums.phpfreaks.com/topic/103051-solved-solvedphp-include-inside-of-div-tag/ Share on other sites More sharing options...
DarkWater Posted April 26, 2008 Share Posted April 26, 2008 It should work just like that...O_O Link to comment https://forums.phpfreaks.com/topic/103051-solved-solvedphp-include-inside-of-div-tag/#findComment-527843 Share on other sites More sharing options...
Daniel0 Posted April 26, 2008 Share Posted April 26, 2008 **********PLEASE DISREGARD, I THINK I FIGURED IT OUT************* I marked your topic as solved. There is a little button on the bottom of the page which you can use to mark topics as solved Link to comment https://forums.phpfreaks.com/topic/103051-solved-solvedphp-include-inside-of-div-tag/#findComment-527847 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.