[PHP] logical advise

2005-04-26 Thread Ryan A
Hey, am a bit stumped as to how to do this: We are allowing users to make categories , then they upload their pics to one of these categories. Should I have two tables: user_categories pic_details or should I use one table for both? Seems silly , but my heads feeling loopy :-p Thanks, Ryan

Re: [PHP] logical advise

2005-04-26 Thread Brent Baisley
Since you'll have many pictures per category, category should be in a separate table and linked to a picture via an id (i.e. auto increment). On Apr 26, 2005, at 1:47 PM, Ryan A wrote: Hey, am a bit stumped as to how to do this: We are allowing users to make categories , then they upload their