Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedimage text in transcribed

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 username... 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 = "regUser 1" 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 ) Write PHP code that accepts the data filled in the previous form and then inserts the data into the database

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Issues In Database Management A Refernce For The Thinking Practitioner

Authors: Fabian Pascal

1st Edition

0201485559, 978-0201485554

More Books

Students also viewed these Databases questions