Task Management System
Introduction:
This tutorial will is going to be on how to create a task management system in PHP... it's going to be a long one!
Pre-creation:
First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities.
Database:
We are going to be storing all of the created tasks in a database named 'tasksTutorial', and in there a table named 'tasks'. Let's create these now;
Go to PHPMyAdmin and enter 'tasksTutorial' followed by pressing the 'create' button.