Best way to display an array of items?
Posted: Sun Oct 02, 2011 7:23 am
Hi,
I've got a script that queries a MySQL DB, and allows me to recall data by using "mysql_result($result,$i,"name");" for example.
I've got multiple pieces of data coming from this, such as "mysql_result($result,$i,"date");".
What is the most common way to display this nicely to the user? I'm guessing there's some sort of a plugin that can be used, but I can't find one that seems to fit into this model. Something skin-able would be great, but anything that makes the load on the server a bit less, with the ability for "pages" or even filtering of the results, so it only shows 10 per page or puts them in an order would be amazing.
Sorry if my googling skills just aren't up to scratch, as I can't find anything for this
I've got a script that queries a MySQL DB, and allows me to recall data by using "mysql_result($result,$i,"name");" for example.
I've got multiple pieces of data coming from this, such as "mysql_result($result,$i,"date");".
What is the most common way to display this nicely to the user? I'm guessing there's some sort of a plugin that can be used, but I can't find one that seems to fit into this model. Something skin-able would be great, but anything that makes the load on the server a bit less, with the ability for "pages" or even filtering of the results, so it only shows 10 per page or puts them in an order would be amazing.
Sorry if my googling skills just aren't up to scratch, as I can't find anything for this