Tag : cms
The Magic of PHP + MySQL

It’s safe to say that nearly every website that’s up-to-date these days is using some form of content management system (CMS). While there are a ton of great free options that provide us with a CMS to power a website (WordPress, Drupal, etc.), it doesn’t hurt to peek under the hood and get a feel for how these systems work.
To get our feet wet as back-end developers, we’ll be creating a simple PHP class that will:
- Create a database
- Connect to a database
- Display a form with two fields
- Save ...




