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

index 051f2c0..cde788f 100644 (file)
@@ -29,6 +29,11 @@ class Pman_Core_UpdateCurrencyRate extends Pman
     {
         echo"'update currency exchange rate \n";
         
+        $doc = new DOMDocument();
+        $doc->loadHTML($response);
+        
+        $xpath = new DOMXpath($doc);
+        
 //        $params = array(
 //            'lang' => 'en',
 //            'result' => 1,