Hello,
We took over this website for our customer, and they requested that we sort her listings on the page below from high to low. Is there an easy way to do this? I am still pretty new to php so forgive me for being ignorant
Thanks!
Hello,
We took over this website for our customer, and they requested that we sort her listings on the page below from high to low. Is there an easy way to do this? I am still pretty new to php so forgive me for being ignorant
Thanks!
There is an easy way to do it.
I guess you get the data from a database. Use ‘ORDER BY price DESC’ (or whatever the price field is called) in your query.
oh man… haven’t messed with sql in years. I will have to see where that information is stored.
And where it is retrieved.
Well, I guess that’s why they pay you, isn’t it
haha i am strictly a web designer usually… but might have to dig into my notes from college for this one
Ah, ok. Good luck. Any questions, you know where to ask them
And your company doesn’t have a developer as well in the team?