Creating a PHP CMS – Part 6

Today we will be looking at some administration functions for our CMS, including updating posts, deleting posts and changing the home page.

Creating a PHP CMS – Part 5

In the last few posts, we learned how to display information from the database. Today, we will be creating lists of posts for a navigation list, and for the CMS admin.

Creating a PHP CMS – Part 4

In part 4 of Creating a PHP CMS, I talk about getting information from a MySQL database and displaying it to the user. I also go over how to set a default home page.

Creating a PHP CMS – Part 3

In this part of Creating a PHP CMS, we will be using an HTML form to get a new page, and use PHP to validate it and insert it into a database.

Creating a PHP CMS – Part 2

In part 3 of Creating a PHP CMS, I talk about using PHP to create a MySQL database connection.