How To Connect My HTML Form On Database

He I need answer about Connection html registration Form into database system.
Is It possible or not ?
Pleased answer me i need fast answer.

He I need answer about Connection html registration Form into database system.
Is It possible or not ?
Pleased answer me i need fast answer.
Its simple.
The hardest part is to connect the two. But even that easy. So first of you need your DB.
DB.PHP
Make a new .php file with the following code inside. [replace the xxx with your info]
$host="Localhost"; ///– Local host
$db="XXX"; ///– db name
$username="XXX"; ///– db username
$password="XXX"; ///– db password
The database name normally is root. And password is your servers admin password.
Q: He I need answer about Connection html registration Form into database system. Is It possible or not ?