I am a strict beginner with database management on the web. I'm looking for a solution that is easy to implement.
I have a table of items on a web page that I need to update and filter as easily as possible.
- A few different filters that produce different results.
- Each result is shown in a different page in a table.
- The user enters new items in a separate page.
- Accoording to the new entry and the filtering, the result goes to the appropriate page table automatically.
I hope I made it clear enough.
Let us say we have shoes. There are shoes for females, males, female kids and male kids, sizes and maybe also price ranges.
All I have to do is enter:
- A thumbnail picture of the new item.
- How many of them I received into stock.
- Gender.
- Size.
- Age range.
- Price.
- Color/Description
On the other hand, every time I sell an item, the stock quantity is updated automatically.
All advices are much appreciated.
______________________________________
Eman6
Technical User
I have a table of items on a web page that I need to update and filter as easily as possible.
- A few different filters that produce different results.
- Each result is shown in a different page in a table.
- The user enters new items in a separate page.
- Accoording to the new entry and the filtering, the result goes to the appropriate page table automatically.
I hope I made it clear enough.
Let us say we have shoes. There are shoes for females, males, female kids and male kids, sizes and maybe also price ranges.
All I have to do is enter:
- A thumbnail picture of the new item.
- How many of them I received into stock.
- Gender.
- Size.
- Age range.
- Price.
- Color/Description
On the other hand, every time I sell an item, the stock quantity is updated automatically.
All advices are much appreciated.
______________________________________
Eman6
Technical User