html - PHP How to display data from database in specific sections? -
i've been doing searches on how make php output sections couldn't find anything.
let me explain project , kind of i'm looking exactly. i'm working on player database saves player results tournament matches specific video game. database used tournament commentators pre-game analysis viewers. here's part i'm stumped on, want tables displayed in way that's super easy , quick find specific results.
my current setup php displays data mysql server in table, functional super hard sift through, later on when there 3 5 more variables.
example:
event : -event name-
date : 5/19/2013
map names : -map 1- -map 2- -map 3-
results : -winner- -loser-
event : -event name-
date : 5/19/2013
map names : -map 1- -map 2- -map 3-
results : -winner- -loser-
i know how make information displayed in tournament name sections, such as:
event: -tournament name 1-
event: -tournament name 2-
then when click on specific tournament want, it'll show of results tournament. point me in right direction learn how make happen?
seems want display events, expand event-related information when clicked. jquery ui accordion widget might appropriate way handle such data display. have here:
http://jqueryui.com/accordion/
the section names shown in demo events, , text shown when they're clicked event text
Comments
Post a Comment