Introduction:
This tutorial will be going over a basic PHP messaging system between users.
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.
Also, this will not be covering creating users.
Database:
We are going to be storing all of the messages in a database named 'messagesTutorial', and in there a table named 'messages'. Let's create these now;
Go to PHPMyAdmin and enter 'messagesTutorial' followed by pressing the 'create' button.