View Single Post
  #5 (permalink)  
Old Mar 1st, 2008, 21:10
Jack Franklin's Avatar
Jack Franklin Jack Franklin is offline
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,268
Blog Entries: 7
Thanks: 10
Thanked 4 Times in 4 Posts
Re: creating tables only once

Quote:
Originally Posted by kerrsmith View Post
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.
You can also create the tables in that and then ask it to create the required PHP code, which is handy
Reply With Quote