execQuery($query); $numrows = $dbObj->_numrows; ?> ข้อมูลทั่วไปบุคลากร - ข้อมูลงานวิจัย
หน้าหลัก » ข้อมูลงานวิจัย  
 
‹ ย้อนกลับ
 
"; // Fetch all factory records $strQuery = " SELECT * FROM $myTable2 GROUP BY Year_prop "; $result1 = mysql_query($strQuery); //Iterate through each factory if ($result1) { while( $rs1 = mysql_fetch_array($result1) ) { $error_id = $rs1['id']; $strQuery = " SELECT * FROM $myTable2 WHERE Year_prop='$rs1[Year_prop]' "; $result2 = mysql_query($strQuery); $numAmt = mysql_num_rows($result2); $strXML .= ""; } # while } # if //Finally, close element $strXML .= ""; //Create the chart - Pie 3D Chart with data from strXML echo renderChart("./charts/Pie3D.swf", "", $strXML, "", 550, 375, false, false); ?>

freeresult($result); /** Close the Database */ $dbObj->disconn(); /** Unset Class */ unset($dbObj); ?>