If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > data analysis using jpgraph

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-24-09, 05:00
danielagaba danielagaba is offline
Registered User
 
Join Date: Apr 2009
Posts: 1
data analysis using jpgraph

hi

i'm running a service evaluation site and i want to give the administrator the ability to view evaluation results in form of graphs. my problem is different users may evaluate the same staff member (answers are between 0-5) and i need a way for this data to be summarised on the graph (averages).
currently i call the row as an array ($row = mysql_fetch_array), then use it in
$bplot = new BarPlot($row) but if there are multiple evaluations for a single staff member, it only displays the 1st evaluation results and leaves the rest.

thnx
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On