Building a Blog in Dreamweaver with PHP and MySQL Part 2:

This article is the second of a series of six tutorials that will guide you through building a complex blog using Macromedia Dreamweaver MX 2004 within the PHP MySQL development environment. You can build this blog on either a Windows/IIS, Mac/Apache, or Linux/Apache platform. In this article, you will create the administration section of your blog. This section performs the authentication of the blog administrator and contains pages for modifying, creating, and deleting articles as well as for modifying and creating topics. The application requires a new database table that stores information about the users of the blog. You will create the users table in the next section. You need the following files to build the administration section.