感謝wiseguy大大的教導,和chingfeng大大的建議,小的我又再次來發問了!以下是我的程式碼
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>地震</title>
<div id="mainmap" class="earthquakemap" style="position:relative">
<img id="mMap" src="http://www.cwb.gov.tw/V7/earthquake/map/c_map_c1.jpg" width="350" />
<?php
$str=file_get_contents('http://www.cwb.gov.tw//V7/modules/MOD_EC_Home.htm');
$strstr=strstr($str,'<table class="BoxTable" id="gvEvent">');
$strpos=strpos($strstr,"</table>");
$substr=substr($strstr,0,$strpos);
echo $substr.'<br>';
$q=strstr($str,'<div id="ECHOME">');
$w=strpos($q,"</div>");
$e=substr($q,0,$w);
echo $e;
?>
這個程式是要從氣象局中抓取地震的資料,然後我想要把它匯到資料庫裏面去,讓它變成一個資料表,可以讓別人從資料表去調出資料,麻煩各位大大忙了!拜託!
以你目前的需求來看, 先去市面上隨便找一本書, 花一兩個小時把留言板之類的練習一遍
然後你就知道要怎麼寫進資料庫了...
或是網路上先找些資料庫的教學練習一下吧, 總不能在這邊寫一大篇SQL語法的基礎教學吧?
還有偷偷問一下...這是作業或專題嗎 -.-?
s35623提到:
氣象局
建議可以使用
交通部中央氣象局-開放資料平臺