Forum Moderators: coopster

Message Too Old, No Replies

How do I view a PHP file's design in Dreamweaver consistently?

         

LABachlr

11:19 pm on Sep 6, 2006 (gmt 0)

10+ Year Member



When I first view the PHP file in dreamweaver, it's fine. Then when I change some coding, sometimes it's fine, and sometimes just the header shows. However, when I upload it to the server and view it, it's fine. How do I get it so that I can always view the design of it offline within Dreamweaver?

(there is not much PHP coding on the page; it's mainly HTML)

Sekka

10:24 am on Sep 7, 2006 (gmt 0)

10+ Year Member



Some PHP code may be required to display some HTML.

Dreamweaver has a built in HTML engine, not server engine, so will just see the PHP code and won't be able to preview it.