Jump to content

[SOLVED] Do I have to...


Recommended Posts

Do I have to install PHP? It is WAY to complicated! I have dreamweaver 8, can I use that instead?

In order to run and test your PHP scripts you'll need to install PHP. Dreamweaver doesn't come with PHP, and in order to test your PHP scripts in Dreamweaver you need to setup a test server, which you do by installing Apache and PHP.

 

PHP is server sided language. Which means it runs on the server side and not the client side (eg: web browser) like HTML/CSS.

 

In your last thread here I told you what to do in order to install PHP and to configure Apache with PHP on windows.

 

If you don't want to do a manual install of Apache and PHP then you could install WAMP from wampserver.com which is a pre-configured package.

Link to comment
https://forums.phpfreaks.com/topic/79712-solved-do-i-have-to/#findComment-403710
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.