Both of my suggestions were serious, and not meant as insults. To clarify:
- Dreamweaver, and other WYSIWYG editors, use their own parsers and rendering engines which are not the same as those you will be using/ that your users will be using to view your website. Aside from the obvious problem in this case (dreamweaver failed to show you a problem in your code), no one is going to visit your website in dreamweaver.
Your development tools should match your production environment as closely as possible. This means using PHP on an actual we server (they're not hard to install) and viewing your work in web browsers.
- I'm glad you figured things out. I didn't offer any specific advice because you offered no specific information.
Really, what am I supposed to say? You can't assume someone can provide useful answers without seeing the problem. Did you expect my to say, "oh, make sure you check for extra <***s in you script"? That's why I asked for code: I'd love to help you figure things out, but I won't waste my time - or yours - by guessing.