I want to build a new website and would appreciate some guidance on whether I can use a package to achieve this or if it needs to be built from scratch
The primary function will be to hold a database of pictures and/or links
I want to hold these in a database so that I can apply attributes to each
Eg:
Link 1 – tagged as red / big / round
Link 2 – tagged as blue / small / round
I then want to apply a search box on the front page where the user can select the attributes
So that
Red / big / round – would return a list of matches – in this case link 1
Just selecting round would return link 1 & 2
Thanks
The primary function will be to hold a database of pictures and/or links
I want to hold these in a database so that I can apply attributes to each
Eg:
Link 1 – tagged as red / big / round
Link 2 – tagged as blue / small / round
I then want to apply a search box on the front page where the user can select the attributes
So that
Red / big / round – would return a list of matches – in this case link 1
Just selecting round would return link 1 & 2
Thanks