|
|
|
ช่วยหน่อยนะค่ะ สร้างกราฟแล้วไม่ขี้นค่ะ error ตรงไหน |
|
|
|
|
|
|
|
error ที่ บรรทัดที่ 62 ครับ เดาๆเอาประมาณว่า ผลรวมของข้อมูลที่คุณใส่ไปมัน = 0 นะครับ
ปล. ให้มาแค่นี้ก็บอกได้แค่นี้ครับ เอา code มาให้ดูซิครับ จะได้บอกถูก
|
|
|
|
|
Date :
2011-09-28 08:20:22 |
By :
grandraftz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Report For APC</title>
</head>
<body>
<p><img src="wallpaper3.jpg" width="1024" height="211" />
</p>
<p>
<?
mysql_connect("localhost","root","1234") or die(mysql_error());
mysql_select_db("apcreport");
mysql_query("SET NAMES UTF8");
?>
<form action="phpmydream1.php" method="post" name="form1">
รายการสินค้า<br>
<select name="lmName1">
<option value=""><-- กรุณาเลือกสินค้า --></option>
<?
$strSQL = "SELECT * FROM bcitemgroup1";
$objQuery = mysql_query($strSQL);
while($objResuut = mysql_fetch_array($objQuery))
{
?>
<option value="<?=$objResuut["code"];?>"><?=$objResuut["code"]." - ".$objResuut["Name"];?></option>
<?
}
?>
</select>
<input name="btnSubmit" type="submit" value="Submit"><br><br>
</form>
<?
include("C:\AppServ\www\phpmydream\JpGraph\src\jpgraph.php");
include("C:\AppServ\www\phpmydream\JpGraph\src\jpgraph_pie.php");
$g = new pieGraph(500,500);
$title = iconv("tis-620","utf-8","ซื้อสินค้า $objResuut");
$g->title->set($title);
$g->title->setFont(FF_JASMINE,FS_BOLD,18);
$legends = array();
$data_graph = array();
while($data = mysql_fetch_array($objQuery)){
$lg=iconv("tis-620","utf-8",$data['Name1']);
array_push($legends, $lg);
array_push($data_graph,$data['ROWORDER']);
}
$pie = new PiePlot($gata_graph);
$pie->SetLegends($legends);
$g->Add($pie);
$g->Stroke();
?>
</p>
</body>
</html>
|
|
|
|
|
Date :
2011-09-28 08:26:38 |
By :
confusion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บรรทัดที่ 56 ผิดหรือเปล่าครับ เรื่องตัวแปร
$pie = new PiePlot($gata_graph);
ต้องเป็น
$pie = new PiePlot($data_graph);
หรือเปล่าครับ
|
|
|
|
|
Date :
2011-09-28 08:56:58 |
By :
grandraftz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วคร้า แต่ติดตรงนี้อ่ะค่ะ ช่วยอีกครั้งนร้า
|
|
|
|
|
Date :
2011-09-28 09:03:43 |
By :
confusion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมไม่เคยใช้ JpGraph คงช่วยคุณให้ไมไ่ด้ครับ รอท่านอื่นๆมาตอบละกันครับ
|
|
|
|
|
Date :
2011-09-28 09:18:50 |
By :
grandraftz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตรวจสอบ lib หรือ congif php ดูก่อนนะครับ
ว่าเปิดใช้งาน lib ที่เราต้องการจะใช้งานแล้วหรือยัง
|
|
|
|
|
Date :
2011-09-28 15:46:41 |
By :
programmerDSP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอโทดจิงๆๆนะค่ะ ตรงไหนเอ๋ย พอดีเป็นมือใหม่ คร้า
|
|
|
|
|
Date :
2011-09-28 16:01:14 |
By :
confusion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอนนี้มันเป็นแบบนี้แล้วค่ะ
https://www.thaicreate.com/php/forum/067289.html
|
|
|
|
|
Date :
2011-09-28 16:02:01 |
By :
confusion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|