Web Design

(Nancy Kaufman) #1

300


Populate the Table with Data ..................................


The database page loads.
3 Click the Insert icon ( ).

1 Open the phpMyAdmin page.


Note: See the section “Create a
Database” for instructions on
opening phpMyAdmin.


2 Click the name of your
database.

Populate the Table with Data


O


nce you have your table created, the final step before you can begin using your database with
PHP is to populate your table with data. You can add data to your table with phpMyAdmin’s
insert tool. Accessible from the database’s page, the insert tool provides a simple form that allows
you to add records, or rows, to your table. You are given a list of the fields in the table and can
simply type the data into a text box. Although you can add only one record at a time, you can call
the form repeatedly to add more data.

1

3

2
Free download pdf