suntracker Posted May 13, 2008 Share Posted May 13, 2008 Hello, Web development is not my area of expertise but I'm trying to learn some PHP. I have an index page with a div that includes another php file (header.php), because I intend to have all the web pages of a site include that file to display at the top. 2 days ago, everything worked just fine, but something happened (I don't know what -- I didn't even change my code), such that now dreamweaver shows various lines in yellow, shows "</head>" in the actual design window, and in short causes me a lot of confusion. The browser renders header.php just fine on it's own, but refuses to display anything for index.php. Here are screenshots: index.php: header.php: (I know you can display code directly in the post but I wanted to show the dreamweaver highlighting and "</head" artifact) Can anybody see anything wrong with my code? I'm at a total loss why it complains so much about having "overlapping or unclosed tags", but I've gone through the code numerous times and I don't see how there is an overlapping or unclosed tag. Thanks for any help! -Austin Quote Link to comment Share on other sites More sharing options...
BlueSkyIS Posted May 13, 2008 Share Posted May 13, 2008 the problem is: Dreamweaver Quote Link to comment Share on other sites More sharing options...
radar Posted May 13, 2008 Share Posted May 13, 2008 I dont personally see any issues with it.... What does dreamweaver tell you is wrong with it? btw you should really use <?php instead of just <? Quote Link to comment Share on other sites More sharing options...
suntracker Posted May 14, 2008 Author Share Posted May 14, 2008 "the problem is: Dreamweaver" -- Heh, I could believe that. Maybe there's a way to turn off whether or not it actually tries to do the include in my little preview window. Quote Link to comment Share on other sites More sharing options...
suntracker Posted May 14, 2008 Author Share Posted May 14, 2008 "the problem is: Dreamweaver" -- Also, if dreamweaver is a problem, what development environment do you recommend, BlueSky? Edit: Nevermind, I found the "Editors" thread. Quote Link to comment 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.