okay i'm a mysql newbie here... and am in the process of converting over old xhtml pages to mysql/php so i can eventually make a nice, easy to use backend that i can easily add my writing, programs, etc to
but i have a question before i delve too deep into migrating things over......
would it be better to have one big table, with everything in it and just add another field for what page it would go on?
(such as, instead of just having fields of title, body, date added.... would have another that would be "type" which would containt either writing, programs, etc)
does that make sense?
or should i have a different table for each type ?