Databases in PHP for Beginners
Break the ice in regards to databases in PHP by programming a simple CMS in this online course. This applies to most databases, not just MySQL.
Introduction to using databases with PHP for total beginners. We'll explain why and when to use databases and create a MySQL database in phpMyAdmin.
Written by David Capka
In this lesson, we'll create a user table in phpMyAdmin and go over how to access MySQL databases using a wrapper above PDO.
Written by David Capka
This lesson will show you to how to insert data into a database using PHP and HTML. You'll also learn to protect yourself from SQL injection and XSS.
Written by David Capka
Lesson 4
Programming of NOOCMS
In this lesson, we'll start working on non-object-oriented CMS (NOOCMS), which will allow users to add articles through an editor.
Written by David Capka
In this lesson, we're going to program a user registration tool in PHP and an administration page for our NOO-CMS system.
Written by David Capka
Lesson 6
NOO-CMS - Article editor in PHP
In this lesson, we're going to program a user log-in form and an article editor for our simple NOO-CMS. We'll be using the TinyMCE WYSIWYG editor.
Written by David Capka
In this lesson, we're going to finish our NOO-CMS in PHP. We're going to programmatically display the saved articles from the database and article list.
Written by David Capka