Forum Moderators: phranque
I'm certainly not asking anyone to do this for me and I look forward to a good challenge. What I am looking for is finding out what would be the best way to approach this. Is this something PHP could accomplish? What would be my best option to explore?
I already know I want to provide my users with the ability to sort the list by either price or street name. I envision 2 buttons that execute and display the list as appropriate.
My question is what is the best way to achieve this? My own thought was put the data into a MySql db and use PHP to execute it. Does this make sense or is there a better (and perhaps easier) way to do this?