I would like to create a list of products and sort them by selecting different filter options on the menu like the one here: http://www.newegg.com/Store/SubCategory.aspx?SubCategory=124&IsSingle=1&Category=24&name=Network-Storage-NAS
How hard would it be to program this using php and javascript?
It can be a bit complex to discuss how to design a system like that but this is easily accomplished with
ORDER BYin PHP and MySQL:On HTML and Javascript you can do something like:
Just an idea but this can be improved to much much better approach.