Setting up a PHP Site & MySQL Connection in Dreamweaver MX
In this tutorial we're going back to basics, or rather making sure we can really get to grips with the basics, as we look at how to set up a site definition for a PHP site in Dreamweaver MX and then see how we can connect to a MySQL database residing on our web hosts server.
We'll be starting by understanding the theory behind how Dreamweaver acceses remote MySQL installations (the process Dreamweaver MX uses to connect to the MySQL server isn't as straightforward as most people think, as its designed to get round a number of security limitations which are often in force on web hosting accounts).
Armed with that knowledge we'll then set about making sure our site configuration is appropriate before we attempt to make a connection. After walking through the steps required, we'll also look at a few common errors you may encounter.

PHP 5 was officially released on the 13th July 2004, so now is a great time to start working with the new version. In this article Allan will show you how to install PHP 5 on Windows using both the Apache and the IIS web servers.