|
Re: creating tables only once
I would use phpMyAdmin for creating tables, most webhosts provide this software if you have MySQL enabled in your account. It makes it very quick and easy to set up all your tables and you can also view and edit table entries if you want as well.
If you have a file that contains all the table information you can import this in to phpMyAdmin and it will create all the tables for you.
|