mysqli_connect(host, username, password)
function.[4]
CREATE DATABASE
statement to create the database.
<html> <body> <form action="insert.php" method="post"> First Name: <input type="text" name="firstname"> Last Name: <input type="text" name="lastname"> Age: <input type="text" name="age"> <input type="submit"> form> body> html>
INSERT INTO
statement to add the record to your Users table.