UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:28:14 +0000 (15:28 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:28:14 +0000 (15:28 +0800)
UpdateCurrencyRate.php

index a126f4d..5eea751 100644 (file)
@@ -81,6 +81,11 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         $xpath = new DOMXpath($doc);
         
         $elements = $xpath->query("//table[@id='converter_table']/table");
+        
+        foreach($elements as $el) {
+            print_R($el);exit;
+        }
+        
     }
     
     function curl($url, $request = array(), $method = 'GET')