- You must have xampp
- You should have a msql db and do some edit in insert.php file
{
$servername="localhost";
$username="root"; //default user name is always root
$password=""; //there is no password of db until u have setuped one
$dbname="dbtutorial"; //write here name of db u have created
}