Page 1 of 1

Best way to display an array of items?

Posted: Sun Oct 02, 2011 7:23 am
by JosephDuffy
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 :(

Re: Best way to display an array of items?

Posted: Sun Oct 02, 2011 11:28 am
by egg82
best way of displaying any data to the user is through an html table