 |
[PHP]
ผมดึงข้อมูลมาจาก web แล้วอยากสอบถาม code เรื่องการตัด string ครับผม |
|
 |
|
|
 |
 |
|
ผมมี string
Code
Geo IP Tool - View my IP information function addEngine() { if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) { window.sidebar.addSearchEngine( "http://www.geoiptool.com/firefox/geoiptool.src", "http://www.geoiptool.com/firefox/geoiptool.gif", "Geo IP Tool", "General" ); } else { alert("Este plug-in es para Mozilla FireFox! (http://mozilla.org/productos/firefox)"); } } language: View my IP information More info about IPs Firefox Plugin Now online In your Website Host / IP: Host Name: mx-ll-180.183.104-218.dynamic.3bb.co.th IP Address: 180.183.104.218 Country: Thailand Country code: TH (THA) Region: Krung Thep City: Bangkok Postal code: Calling code: +66 Longitude: 100.5167 Latitude: 13.75 New tool for your Web! function createMarker(point,html) { var marker = new GMarker(point); GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml(html); }); return marker; } if (GBrowserIsCompatible()) { var map = new GMap(document.getElementById("map")); map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); map.centerAndZoom(new GPoint(100.5167, 13.75), 13); var point = new GPoint(100.5167, 13.75); var marker = createMarker(point,"City: BangkokCountry: ThailandIP Address: 180.183.104.218 ") map.addOverlay(marker); } _uacct = "UA-82878-6"; urchinTracker();
ผมอยากได้ค่า
Code
Country code: TH (THA)
Longitude: 100.5167
Latitude: 13.75
อยากสอบถาม code ว่าควรตัด string ยังไงดีครับ
ขอบพระคุณอย่างสูงครับ
Tag : PHP, MySQL, HTML/CSS, JavaScript
|
|
 |
 |
 |
 |
Date :
2012-04-17 10:00:08 |
By :
exdo |
View :
1103 |
Reply :
3 |
|
 |
 |
 |
 |
|
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
Copy อะไรมาครับเนี่ย
|
 |
 |
 |
 |
Date :
2012-04-17 10:40:51 |
By :
mangkunzo |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|

อึ้งไปเลย
|
 |
 |
 |
 |
Date :
2012-04-17 10:44:39 |
By :
time.toon |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
Geo IP Tool - View my IP information function addEngine() { if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) { window.sidebar.addSearchEngine( "http://www.geoiptool.com/firefox/geoiptool.src", "http://www.geoiptool.com/firefox/geoiptool.gif", "Geo IP Tool", "General" ); } else { alert("Este plug-in es para Mozilla FireFox! (http://mozilla.org/productos/firefox)"); } } language: View my IP information More info about IPs Firefox Plugin Now online In your Website Host / IP: Host Name: mx-ll-180.183.104-218.dynamic.3bb.co.th IP Address: 180.183.104.218 Country: Thailand Country code: TH (THA) Region: Krung Thep City: Bangkok Postal code: Calling code: +66 Longitude: 100.5167 Latitude: 13.75 New tool for your Web! function createMarker(point,html) { var marker = new GMarker(point); GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml(html); }); return marker; } if (GBrowserIsCompatible()) { var map = new GMap(document.getElementById("map")); map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); map.centerAndZoom(new GPoint(100.5167, 13.75), 13); var point = new GPoint(100.5167, 13.75); var marker = createMarker(point,"City: BangkokCountry: ThailandIP Address: 180.183.104.218 ") map.addOverlay(marker); } _uacct = "UA-82878-6"; urchinTracker();
เป็นค่าที่ผมดึงมาจากหน้า web ครับโดยใช้ file_get_content แล้วผมต้องการ code ในการตัด string เพื่อให้ได้ค่า
Country code: TH (THA)
Longitude: 100.5167
Latitude: 13.75
3 ตัวนี้ออกมาครับ
|
 |
 |
 |
 |
Date :
2012-04-17 10:50:25 |
By :
exdo |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|