Jump to content

dreamweaver issue


Recommended Posts

hello,

 

when I installed dreamweaver cs3, some php files are not displaying the design, but in the view code, I have the right information.

if I save my file with .html extension, I can view it but in with .php I can not see it in dreamweaver?

 

Could some one help me please?

 

Thanks in advance...

Link to comment
https://forums.phpfreaks.com/topic/151645-dreamweaver-issue/
Share on other sites

Dreamweaver wont parse your PHP code when you're in Design View. Instead you should setup a Site Definition and perform a Live Preview instead.

 

IMO Dreamwever should only be used for HTML/CSS. It has very limited tools for editing PHP scripts.

Link to comment
https://forums.phpfreaks.com/topic/151645-dreamweaver-issue/#findComment-796369
Share on other sites

  • 3 weeks later...

Just like he stated, you can not use the WYSIWYG for server side code, it will just show you a php tag but can't render the view.  CS4 has integrated a live view inside of dreamweaver, but other than that, you need to code in the code view and then view in a browser. 

 

As far as coding in dreamweaver, I use it for pretty much all of my php work.  It has pretty good highlighting and code completion which is really all I need in an editor. I've been working with dreamweaver for quite some time and I think it is a great development environment. People often look at it like another frontpage but there are some pretty nice features that have kept me using it for quite some time.

Link to comment
https://forums.phpfreaks.com/topic/151645-dreamweaver-issue/#findComment-812237
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.