I want to create a website that reviews other wbsite by different categories. Is ther a scirpt out there that I can let the user decide how they want to see the results sorted by? ex. overall, speed, price, etc.
Derek
zulu_dude
12:54 pm on Nov 24, 2005 (gmt 0)
It sounds like you'd need to do this when making your SQL (or other database) call, presuming your info is stored in a database. You would then need to integrate this with PHP or ASP or whatever to sort the results in the way you need.
I don't know offhand of any ready-made scripts that do what you're requiring, so it means you're probably going to need to start learning one of the languages mentioned above :-)