Create a MySQL database named registration . Create a tablenamed registrants for
ID: 3611301 • Letter: C
Question
Create a MySQL database named registration. Create a tablenamed registrants for this database.The table should have the following fields: lastname, firstname,email, password, telephone, and picture. Write an HTML code to create a form with the following fields:Last name, First name, Email, Password, Telephone, and Picture.Name the HTML file registration.html. Theform should contain a submit button named "Click Me", which whenclicked should call the PHP file, signup.php Write a PHP code to process theinformation from the form and insert it into theregistrantstable. The password should be encrypted using the PHP hashfunction, sha(), prior to inserting it into thetable. Karma Points await you --- Thanks All. Create a MySQL database named registration. Create a tablenamed registrants for this database.The table should have the following fields: lastname, firstname,email, password, telephone, and picture. Write an HTML code to create a form with the following fields:Last name, First name, Email, Password, Telephone, and Picture.Name the HTML file registration.html. Theform should contain a submit button named "Click Me", which whenclicked should call the PHP file, signup.php Write a PHP code to process theinformation from the form and insert it into theregistrantstable. The password should be encrypted using the PHP hashfunction, sha(), prior to inserting it into thetable. Karma Points await you --- Thanks All. Write a PHP code to process theinformation from the form and insert it into theregistrantstable. The password should be encrypted using the PHP hashfunction, sha(), prior to inserting it into thetable. Karma Points await you --- Thanks All.Explanation / Answer
HTML code for registration :