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 Link to comment https://forums.phpfreaks.com/topic/105498-weird-dreamweaver-parsing-error/ Share on other sites More sharing options...
BlueSkyIS Posted May 13, 2008 Share Posted May 13, 2008 the problem is: Dreamweaver Link to comment https://forums.phpfreaks.com/topic/105498-weird-dreamweaver-parsing-error/#findComment-540364 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 <? Link to comment https://forums.phpfreaks.com/topic/105498-weird-dreamweaver-parsing-error/#findComment-540367 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. Link to comment https://forums.phpfreaks.com/topic/105498-weird-dreamweaver-parsing-error/#findComment-540617 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. Link to comment https://forums.phpfreaks.com/topic/105498-weird-dreamweaver-parsing-error/#findComment-541215 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.