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.
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.
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.
It's been over a month since I launched FWebDe.com, and I've decided create a print stylesheet. This will be a very simple print stylesheet, designed mostly to remove unnecessary page elements and to be helpful to people viewing it on paper.
In another post that I've written, I talked about some ways to make your website load faster. Here are some more ways to speed up your website.