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.
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.
It's always important to have a website that loads quickly. Most users will not wait for more than a few seconds for the page to load. Just one second too long could mean that your users will go to a competitor's site. Here are some quick and easy ways to speed up your website.