Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is PHP Dreamweaver friendly?

Advocate ,
Mar 14, 2025 Mar 14, 2025

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

TOPICS
How to
139
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 14, 2025 Mar 14, 2025

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.

 

Translate
Community Expert ,
Mar 14, 2025 Mar 14, 2025

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.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Mar 14, 2025 Mar 14, 2025
LATEST

Thanks Nancy, will look into!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines