+ 2
You need to write front end in html. Then you have to create database .you can do it by installing xampp server software in your pc. Then create connection.
Connection can be established using
$con=new mysqli('localhost','username','password','database name');
You can reffer this video:
https://youtu.be/2HVKizgcfjo



