Tagged Questions
0
votes
1answer
112 views
Jquery flot pie with PHP MYSQL
I have some problems. Excuse me for my english.
I'ld display the datas but nothing !!
I dont know where is the probleme. I dont find it.
Thnaks you for your help.
code html
<div id="pie2" ...
0
votes
0answers
54 views
Pie Chart Enquiry
<?php
include("dbfunction.php");
$test2 = $_POST['test2'];
$query= "SELECT * FROM result WHERE test_id=$test2";
$query2= "SELECT test_name FROM test WHERE test_id=$test2";
$result = ...
0
votes
0answers
127 views
Pie chart won't display
I'm trying to create a pie chart where the top 10 books from my "book" table are shown (I'm doing a library system).
I have worked out how many times each book in the top 10 has been loaned out by a ...
