Making a graph from values held in phpmyadmin database
Hello all,
I have a table in a phpmyadmin database holding information of teams scores. The table is called tbl_teams and the fields are pointswk1_team, pointswk2_team etc upto 5. I'm using Dreamweaver CS4 and have setup a recordset that will get the information from one users team. The recordset only fetches information about 1 team in the table as it is filtered using a session variable.
With these results i would like to display a simple line graph or bar chart, which ever is easiest really! so that a user can see the progress of their team.
Any help or advice would be appreciated.
Ideally i would like to achieve this without the use of an extension.
Thanks,
Peter