PHP Classes

Dont work at all

Recommend this page to a friend!

      XML_Array  >  All threads  >  Dont work at all  >  (Un) Subscribe thread alerts  
Subject:Dont work at all
Summary:here is ex.
Messages:1
Author:Softm
Date:2008-12-08 22:38:02
 

  1. Dont work at all   Reply   Report abuse  
Picture of Softm Softm - 2008-12-08 22:38:02
error_reporting( E_ALL );


$str = implode( "\n", file("http://www.ufs.kiev.ua/xml/nbu_fx.php") );

$xml = new XML;
$arr = $xml->xml_to_array ( $str );

?>

<HTML>

<BODY>
<pre>
[ <? print_r( $arr ); ?> ]
</pre>
</BODY>
</HTML>


And only 1 line ... this means - dont work :)