Forum Moderators: mack
thanks or any input..
oh and..does anyone knwo of any free mysql hsots or any other databse hosts?
kumar
That will be a decision you will have to make based on your site content, how often the content changes, who manages the content, how will the content be accessed, how will the content be found, etc.
...and also, if i have 1 db with a db host, can i have several tables to contain all the different sections, or do i need a new db for each section, say to contain cd info another db for receipes etc
Most hosts will create you an additional database(s) upon request (usually at an additional cost). You can, however, keep all your tables in a single database. Why not? It all depends on how you want to organize and manage the data, and, of course, who will access each section of data and how (from a different site, etc).
>>does anyone knwo of any free mysql hsots or any other databse hosts?
No, I don't. But remember, you get what you pay for...
Whatever data will change, put it in the database.
For instance, your company or web site logo will never change. So, hard code it. Your users and their passwords will often change, so put it in the database.
I hope this helps.