|
|
|
รบกวนแนะนำวิธีสร้างกราฟวงกลมด้วยครับ โดยที่รับ input จาก textfield สร้างครับ |
|
|
|
|
|
|
|
แนะนำทีครับ
|
|
|
|
|
Date :
2012-01-22 14:52:29 |
By :
davcpe |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$DataSet->AddPoint(array("Jan","Feb","Mar","Apr","May"),"Serie2");
ตอนที่รับค่าน่าจะแบบนี้ครับ
Code (PHP)
$arr[] = $_POST["txt1"];
$arr[] = $_POST["txt2"];
$arr[] = $_POST["txt3"];
$arr[] = $_POST["txt4"];
$arr[] = $_POST["txt5"];
$DataSet->AddPoint($arr,"Serie2");
|
|
|
|
|
Date :
2012-01-22 17:16:50 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันยังคงขึ้น error เหมือนเดิมครับ
|
|
|
|
|
Date :
2012-01-23 11:59:06 |
By :
davcpe |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|