-
1. Re: PHP
Nancy O. Jul 7, 2012 12:38 PM (in response to nevitt99)You need a server to parse PHP code. Either upload your HTML page(s) to your remote server or set up a local testing server on your PC. Below are some Apache testing servers you can download (free).
WAMP for Windows
XAMPP for Windows
http://www.apachefriends.org/en/xampp-windows.html
XAMPP for Mac
http://www.apachefriends.org/en/xampp-macosx.html
MAMP for Mac
http://www.mamp.info/en/downloads/index.html
Setting up a PHP environment in Dreamweaver
http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
Building your first dynamic website – Part 1: Setting up your site and database connection
http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
Nancy O.
-
2. Re: PHP
nevitt99 Jul 7, 2012 1:11 PM (in response to Nancy O.)How come the php works in EW and not DW?
-
3. Re: PHP
Nancy O. Jul 7, 2012 1:19 PM (in response to nevitt99)Already answered in DW General Discussion Forum
http://forums.adobe.com/thread/1033598?tstart=0
Nancy O.
-
4. Re: PHP
nethues Aug 22, 2014 4:52 AM (in response to nevitt99)You need to add the following code in .htaccess
AddType application/x-httpd-php .html .htm
AddType application/x-httpd-php .html .htm .php
Cheers!


