Copy link to clipboard
Copied
A web devolper made some php pages for me. Only thing, in DW don't see the main image at the top of the page, I only see text. Also warning that on server. I'm used to html for years. What is this? Thanks
Talk to your developer.
PHP is a server-side programming language. For best results, you need a local testing server installed on your computer to parse scripts into something readable by browsers -- i.e. localhost/yoursite/index.php (your home page)
Common testing servers for Win/Mac: Wamp, Xampp or Mamp.
https://helpx.adobe.com/dreamweaver/using/set-testing-server.html
Once your testing server is up and running, switch to LIVE view in Dreamweaver CC.
Copy link to clipboard
Copied
Talk to your developer.
PHP is a server-side programming language. For best results, you need a local testing server installed on your computer to parse scripts into something readable by browsers -- i.e. localhost/yoursite/index.php (your home page)
Common testing servers for Win/Mac: Wamp, Xampp or Mamp.
https://helpx.adobe.com/dreamweaver/using/set-testing-server.html
Once your testing server is up and running, switch to LIVE view in Dreamweaver CC.
Copy link to clipboard
Copied
Thanks Nancy, will look into!