Forum Moderators: coopster
i just registered because a friend told me i could find help here.
What i need is a (simple?) script that sorts a listing view.
I have no experience with scripting and cannot write PHP. So i need an example script with manual (i dont mind paying for the script) or someone who can help me make the script.
Hope someone can help me with the needed information.
[edited by: coopster at 1:11 pm (utc) on July 8, 2005]
[edit reason] removed url per TOS [webmasterworld.com] [/edit]
You won't pay here, but you'll learn how to do it yourself [webmasterworld.com] ;)
What Angelis is referring to is that in order to sort the data before displaying it with PHP you need to have the information in some form of structure that lends itself to this action -- either a database or even as simple as a flat text file or an array.
There are client-side options using javascript but with HTML tables of any size you are likely to have memory issues in the browser.
You need first to check if your hosting provider has mysql installed and that you have access to it, then you need to make a table.
After that I think we can help you write it quite quickly :)