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 :  /home/pathumthani_integration/integration/application/old/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/pathumthani_integration/integration/application/old/excel.php
<?php
header("Content-Type: application/vnd.ms-excel");
header('Content-Disposition: attachment; filename="รายงานข้อมูลโรงงานอุตสาหกรรมของจังหวัดปธุมธานี.xls"');#ชื่อไฟล์
?>
<html xmlns:o="urn:schemas-microsoft-com:office:office"

xmlns:x="urn:schemas-microsoft-com:office:excel"

xmlns="http://www.w3.org/TR/REC-html40">

<head>
<title>รายงานข้อมูลโรงงานอุตสาหกรรมของจังหวัดปธุมธานี</title>
<meta http-equiv="content-type"
    content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="hiliterow.css" />
</head>
<body>
<table align="center" class="datatable" summary="List of new students 2003">
  <caption>รายงานข้อมูลโรงงานอุตสาหกรรมของจังหวัดปธุมธานี <img src="xls_logo.gif" width="16" height="16" title="รายงานข้อมูลโรงงานอุตสาหกรรมของจังหวัดปธุมธานีไฟล์ Excel" border="0">
  <a href="add.php"><img src="Add Button-32.png" width="16" height="16" align="right" title="นำเข้าข้อมูล" border="0"></a>
  </caption>
  <tr align="center">
    <th  rowspan="2"  scope="col">ลำดับ</th>
    <th rowspan="2"  scope="col">ปีที่หมดอายุ</th>
    <th  rowspan="2" align="center"  scope="col">ประกอบกิจการ</th>
    <th rowspan="2" align="center"  scope="col">ชื่อโรงงาน</th>
    <th  rowspan="2"  scope="col">ชื่อเจ้าของ</th>
    <th rowspan="2" scope="col">ที่ตั้งโรงงาน</th>
    <th rowspan="2"  scope="col">โทรศัพท์</th>
    <th  rowspan="2"  scope="col">วัตถุดิบ</th>
    <th  rowspan="2"  scope="col">ผลิตภัณฑ์</th>
    <th  rowspan="2" scope="col">เงินลงทุน</th>
    <th colspan="2"  scope="col">คนงานรวม(คน)</th>
    <th  rowspan="2"  scope="col">รวม(คน)</th>
  </tr>
  <tr>
    <th  align="center"  scope="col">ชาย</th>
    <th  scope="col">หญิง</th>
  </tr>
  <tr>
    <td>1</td>
    <td align="center">2553</td>
    <td align="left">ผลิตอะไหล่รถยนต์</td>
    <td align="left">บริษัท ผลิตภัณฑ์วิศวไทย จำกัด</td>
    <td align="left">Mr.Jean-Francois delage</td>
    <td>101/90 ถ.พหลโยธิน นวนคร ต.คลองหนึ่ง อ.คลองหลวง จ.ปทุมธานี 12000</td>
    <td>02-5293518-22</td>
    <td>เหล็ก,อะลูมิเนียม</td>
    <td>อะไหล่รถยนต์</td>
    <td align="right">200,000,000</td>
    <td align="center">200</td>
    <td align="center">300</td>
    <td align="center">500</td>
  </tr>
    <tr>
    <td>2</td>
    <td align="center">2554</td>
    <td align="left">ผลิตอุปกรณ์ทางการแพทย์</td>
    <td align="left">บริษัท นวนครการแพทย์ จำกัด</td>
    <td>นายเกียรติบรรจง ชาวน่าน</td>
    <td>จำกัด	98 ม.13 ถ.พหลโยธิน ต.คลองหนึ่ง อ.คลองหลวง จ.ปทุมธานี 12120</td>
    <td>0-2529-4533-41</td>
    <td>เม็ดพลาสติก,อะลูมิเนียม</td>
    <td>รถเข็นผู้ป่วย,เตียง</td>
    <td align="right">100,000,000</td>
    <td align="center">180</td>
    <td align="center">120</td>
    <td align="center">300</td>
  </tr>
    <tr>
    <td>3</td>
    <td align="center">2555</td>
    <td align="left">ผลิตอุปกรณ์อิเลคทรอนิค</td>
    <td align="left">บจก.โตชิบาคอนซูมเมอร์โปรดักส์(ประเทศไทย)</td>
    <td>Mr.Toshiba Amayashi</td>
    <td>144/1 ม.5 ถ.ติวานนท์ สวนอุตสาหกรรมบางกะดี ต.บางกะดี อ.เมือง จ.ปทุมธานี 12000</td>
    <td>02-5011400</td>
    <td>เม็ดพลาสติก,อะลูมิเนียม,เหล็ก</td>
    <td>อุปกรณ์เครื่องใช้ไฟฟ้า</td>
    <td align="right">230,100.000</td>
    <td align="center">160</td>
    <td align="center">400</td>
    <td align="center">560</td>
  </tr>
</table>
<script type="text/javascript">
var rows = document.getElementsByTagName('tr');
for (var i = 0; i < rows.length; i++) {
	rows[i].onmouseover = function() {
		this.className += ' hilite';
	}
	rows[i].onmouseout = function() {
		this.className = this.className.replace('hilite', '');
	}
}
</script>
</body>
</html>

Anon7 - 2021