PDA

View Full Version : Adding data to Data base


freeupdollars
08-12-2009, 04:57 AM
I wish to add additional cities to the table `ilance_locations_cities` (There are 2 fields, `state` and `city`.) Can someone explain how to phyiscally add data to the table. Is it through Cpanel or what?

Regards

Total

wterpilo
08-12-2009, 09:37 AM
Hi
you should use phpmyadmin which you can find in your cpanel. Add new records to that table.

Wojtek

Peter
08-12-2009, 06:56 PM
Hi total,

You'll see 2 fields. The state and city. For each City name, you must also define that state. Watch:

Ontario | Toronto
Ontario | Newcastle
Ontario | Cobourg
Ontario | Belleville
..

-Peter