Jump to content

suntracker

Members
  • Posts

    30
  • Joined

  • Last visited

    Never

Everything posted by suntracker

  1. Hmm.. I think the webhost generated it. I have no idea what the newsfeeds or promo-flags are about so I'm going to try and remove it. Thanks!
  2. This was at the top of a page I was looking through, inside the <head> block. Anybody know what it does? <script language="javascript" type="text/javascript"> document.write('<script language="javascript" type="text/javascript" src="http://' + location.hostname + ':8880/javascript/newsfeeds.js.php"></' + 'script>\n'); document.write('<script language="javascript" type="text/javascript" src="http://' + location.hostname + ':8880/javascript/promo-flags.js.php"></' + 'script>\n'); </script> Thanks! -Austin EDIT: I realize now this may not be a PHP question (?)... sorry :[
  3. "the problem is: Dreamweaver" -- Also, if dreamweaver is a problem, what development environment do you recommend, BlueSky? Edit: Nevermind, I found the "Editors" thread.
  4. "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.
  5. 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
×
×
  • 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.