In this article, I will be showing you how to create a referral system with php and mysql
Creation of Database and table
Create database named hashnode.
Next step is to create a table called users with the settings below
CREATE TABLE `users` (
`id`...