Hi,
Without confusing anyone, I will just tell you my problem and I will see if you think you know the proper route to take. I have a website,
www.somethingspecialgiftbaskets.com
it is currently static, and I want to make it database driven.
Well, I am giong to be using Coldfusion and ms access 2002.
if you go to
www.somethingspecialgiftbaskets.com you will see the site I am doing.
I have my menu with basket categories.
I have in each of those categories baskets relating to those categories.
Each basket contains its own individual page containing an image, a title, a summary, the baskets contents, a price and thats it.
I plan on using forms to be able to update things like description, price, titles, etc.. on the web.
Now because I am not dealing with anything like customer names, credit card numbers, login, passwords, etc.. I don't know how deep I need to take the table structure on this one. I have had some good recommendations, but I think I am getting more confused and I think I need a fresh start at the design.
Here is what I am looking at trying to accomplish.
Someone comes to the main page, they click on a category, like (any occasion). The page that opens up lists ALL baskets located in that category. They click on a basket name. The page that opens up contains everything I mentioned above: title, price, summary, contents, etc..
I also have a featured baskets section on the front page, but I felt that you could just pull information from a table already containing information about the baskets and just show only the picture and title.
To be as least confusing as possible, here is what I have started with so far.
Database: something
Table: baskets
Fields:
basketID
basketname
basketsummary
basketprice
smallimagepath
largeimagepath
categoryID
and that is where I stop, because I get more lost if I delve any further.
Thanks for any help you can provide.
Bryan