Question: Once you get your script working, copy and paste the code into the answer box provided by Canvas. Assume the following: MySQL host: localhost MySQL

Once you get your script working, copy and paste the code into the answer box provided by Canvas.
Assume the following:
MySQL host: localhost
MySQL username: root
MySQL password: 1234fake
MySQL database name: profile
This database contains these fields:
recordnumber
name
email
phone
bio
Create a PHP script that will take the data the user sent in the previous question (1 point) and then using PHP and SQL:
(3 points)
Writes to the screen a message thanking the user for filling out the form and informing them that the profile has been created (including the specific data that were submitted)
(6 points)
Creates a new record storing the following:
recordnumber using the recordnumber data from the form
name using the name data from the form
email using the email data from the form
phone using the phone data from the form
bio using the bio data from the form

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!