Question: IN PHP 1. Create a database with a contact information table containing 5 fields for information such as name, phone number, e-mail address, mailing address

IN PHP

1. Create a database with a contact information table containing 5 fields for information such as name, phone number, e-mail address, mailing address and fax number.

2. Create a form in HTML that accepts contact information from step 1.

3. When submitted, have that form submit to a script which inserts data into the table in question. Make sure to check that at least the name and phone number are submitted. You do not want to insert blank data into your database table. Return/print true on success or false on failure.

4. Create a separate script that retrieves data from the table, loops through each record, and prints each records values out in a table for easy readability

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!