Question: Write the HTML code that generates the following form Note: You can ignore the styling of the form. Name Your first name Email Your email

Write the HTML code that generates the following form Note: You can ignore the styling of the form. Name Your first name Email Your email O Female O Male Gender Username Your usemame... Password Your password Submit Write PHP code that accepts the data filled in the previous form and then inserts the data into the database. Assume the params of the database connecting as follows: o Server name = "localhost" o Username = "regUser1" o Password = "regPass 1" o Database = "regDB1" Assume the table name "users" with the following schema users id INT(6) AUTO_INCREMENT PRIMARY KEY, name VARCHAR(30) NOT NULL, email VARCHAR(50) NOT NULL, gender VARCHAR(6) NOT NULL, username VARCHAR(30) NOT NULL, password VARCHAR(30) NOT NULL )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
