Klotzkupf
4-16-05, 01:22 PM
New to the forum, my first post. I've developed a web site using MySQL and PHP/HTML (see: http://www.ufopop.org) and I have a couple of questions that I just don't see covered in the documentation.
I have several types of content each of which will require a separate table with different field stuctures. All content will be images and accompanying text. Each content type will consist of no more than a couple thousand records at most.
If you look at the comics section of UFOPOP, you can see I have it working (needs some refinement I admit)
Here's the question: Can I have 6 or 7 different tables with different field structures each containing up to 2000 records in the same database, or should I create a different database for each content type? - or can I even create that many databases?
I think I have somewhat of a handle on how to create, populate and access tables, but this basic design issue has me wondering.
Thanks in advance for your input.
- Klotzkupf
I have several types of content each of which will require a separate table with different field stuctures. All content will be images and accompanying text. Each content type will consist of no more than a couple thousand records at most.
If you look at the comics section of UFOPOP, you can see I have it working (needs some refinement I admit)
Here's the question: Can I have 6 or 7 different tables with different field structures each containing up to 2000 records in the same database, or should I create a different database for each content type? - or can I even create that many databases?
I think I have somewhat of a handle on how to create, populate and access tables, but this basic design issue has me wondering.
Thanks in advance for your input.
- Klotzkupf