ดึงข้อมูล xml จำนวนมาก แต่ต้องการตัวที่ใช้ ต้้องดึงยังไงครับ
ถาม-ตอบ แนะนำไอเดียว โค้ดตัวอย่าง แนวทาง วิธีแก้ปัญหา ดึงข้อมูล xml จำนวนมาก แต่ต้องการตัวที่ใช้ ต้้องดึงยังไงครับ
ดึงข้อมูล xml จำนวนมาก แต่ต้องการตัวที่ใช้ ต้้องดึงยังไงครับ
Copy
สวัสดีครับ มีเรื่องสอบถามหน่อยครับ จากบทความ ดึงไฟล์ xml ถ้าผมจะดึงจาก
http://ews.dwr.go.th/website/webservice/rain_daily.php?uid=xxxxx&upass=yyyy&dmode=1&dtype=1&ondate=dd/mm/yyyy
ซึ่งมีข้อมูลเยอะมาก แต่ตองการแค่ที่กำหนดต้องเขียนยังไงครับ
ไ
http://ews.dwr.go.th/website/webservice/rain_daily.php?uid=xxxxx&upass=yyyy&dmode=1&dtype=1&ondate=dd/mm/yyyy
ซึ่งมีข้อมูลเยอะมาก แต่ตองการแค่ที่กำหนดต้องเขียนยังไงครับ
ไ
ได้ลองเขียน ตามนี้ครับ
<html>
<head>
<title>index</title>
<meta http-equiv="content-type">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="jquerymobile/jquery.mobile-1.4.5.min.css"/>
<script src="jquerymobile/jquery.js"></script>
<script src="jquerymobile/jquery.mobile-1.4.5.min.js"></script>
</head>
<body>
<div data-role="page" id="page1">
<div data-role="header" data-theme="b">
<h1>หน้าที่1</h1>
</div>
<div data-role="content" data-theme="a">
<h1>สถานการณ์น้ำ</h1>
<?php
$file = "http://ews.dwr.go.th/website/webservice/rain_daily.php?uid=s57122201100&upass=123456789&dmode=1&dtype=1&ondate=dd/mm/yyyy";
$ews = simplexml_load_file($file);
$title = $ews->title;
$department = $ews->date->department;
$numstation = $ews->numstation;
$date = $ews->date;
$station = $ews->station;
$village = $ews->stationid->village;
$subdistrict = $ews->stationid->subdistrict;
$district = $ews->stationid->district;
$province = $ews->stationid->province;
$rain12h = $ews->stationid->rain12h;
$rain07h = $ews->stationid->rain07h;
$temp = $ews->stationid->temp;
echo "<b><a href='$numstation' target='_blank'>$title</a></b><br>";
echo "<small>$department<br><i>$date</i></small>";
echo "<hr size=1>";
echo "$station<br>";
?>
<a href="#page2" data-transition="slide">Next</a>
</div>
<div data-role="footer" data-theme="b">
<h3>copyright panmile</h3>
</div>
</div>
</body>
</html>
Jack Panmile
04-12-2017
13:28:16
คำแนะนำ และการใช้งาน
สมาชิก กรุณา ล็อกอินเข้าระบบ เพื่อตั้งคำถามใหม่ หรือ ตอบคำถาม สมาชิกใหม่ สมัครสมาชิกได้ที่ สมัครสมาชิก
- ถาม-ตอบ กรุณา ล็อกอินเข้าระบบ
เว็บไซต์ของเราให้บริการเนื้อหาบทความสำหรับนักพัฒนา โดยพึ่งพารายได้เล็กน้อยจากการแสดงโฆษณา
โปรดสนับสนุนเว็บไซต์ของเราด้วยการปิดการใช้งานตัวปิดกั้นโฆษณา (Disable Ads Blocker) ขอบคุณครับ