Matt Space asked:
Im using DW 8. I am just teaching myself php from scratch.
Im using DW 8. I am just teaching myself php from scratch.
I just want to be able to write basic hello world type scripts and preview them in my browser to make sure they work.
How to


3 Comments to 'How to test php scripts in dreamweaver?'
May 6, 2010
F12 will show you preview…
if you installed all plugin
May 9, 2010
You must have at least 1 Parser:
Apache or IIS
Press F12, your address bar should be showing the protocol:
..
May 9, 2010
In order to test php you need the file installed on a server with php installed on it. or else you will never see it! You can create a simple apache/mysql/php server for free. just google it. you can upload the file to a server that you already own and test it but you can not just open it up in windows and expect it to work.
Sorry