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.
Today we will be looking at some administration functions for our CMS, including updating posts, deleting posts and changing the home page.
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.
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.
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.
In part 3 of Creating a PHP CMS, I talk about using PHP to create a MySQL database connection.