I'm having lots of trouble creating a gallery system.
The only person adding entries to this will be me. I have one table called "gallery" which looks like this:
ID Title Type Src
So ID, is just an integer which i manually increase. Title is something to describe the picture such as "Cool Computer", type is the type of picture like:
* Computer
* Humour
* Wierd
Well im having trouble coding it, and im thinking if it would be worth having an entire seperate table for each category. If i have less than 10 categories, then would it be worth having a table for each category ???
IT would be so much easier to code.
Anyone ?