PDA

View Full Version : Preview with Dreamweaver



Nosmo King
February 7th, 2006, 07:25 AM
Not sure if this is the best place for this but someone may know - I hope.

I'm using various php scripts, some of which need the page to be called .php rather than .htm

Using Dreamweaver, I've always been able to preview the HTML element in a Web Browser.

I've just upgraded to Dreamweaver 8 and now I can't preview anything in a We Browser.

TIA

real_illusions
February 7th, 2006, 08:36 AM
php requires a server for it work

and ie doesn't read php files from your computer, firefox does.

mpelland
February 7th, 2006, 08:48 AM
well make sure that you have your site set up for a testing / remote server so that you can test the server side scripts (like PHP) also make sure that you have your testing browsers set up

Nosmo King
February 7th, 2006, 09:55 AM
Thanks for the replies.

I only want to quickly preview the page html design... I usualy upload it to my server if I need to test the php.

It worked in Dreamweaver MX with both IE and firefox.... now I've upgraded to Dreamweaver 8 I can't.

Seb Hughes
February 7th, 2006, 10:32 AM
Thanks for the replies.

I only want to quickly preview the page html design... I usualy upload it to my server if I need to test the php.

It worked in Dreamweaver MX with both IE and firefox.... now I've upgraded to Dreamweaver 8 I can't.

Is the HTML inside the php code?

mpelland
February 7th, 2006, 10:51 AM
have you re-setup the file - > Preview in Browser - > edit browser list?

Nosmo King
February 7th, 2006, 11:40 AM
It's an html website with some php scripts.

One of the scripts is bbclone's visitor stats. It will only work on my server if the html pages have the .php extenstion... not .htm.

I've been using this and other php scripts for years.

It's only since I upgraded to Dreamweaver 8 I've been unable to preview in a browser.