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.

Creating a PHP CMS – Part 1

So far, my experience with PHP has been doing things like making small adjustments to Wordpress plugins. So, I decided that it was time that I actually learn to use PHP. I thought that a good way to do this is by creating a simple CMS.

1234