Introduction:
This tutorial will be starting my series of creating a forum in PHP/MySQLi/HTML. As this is the first part, we will be;
Creating the database.
Making a create thread page.
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, or styling the pages.
Introduction:
This tutorial will cover variables in PHP.
What is a variable?
A variable is a piece of information which holds a value. Each variable has a type and a reference name.