$url = "xml adresi";
$xml = simplexml_load_file($url);
foreach($xml->item as $veri)
{
$metakey = $veri->meta_key;
$metaval = $veri->meta_value;
echo "$metakey - $metaval
";
}
Bu şekilde dener misin?
Warning: simplexml_load_file() [function.simplexml-load-file]: http://www.xxxx.com/ek.xml:40603: parser error : CData section not finished a:5:{s:5:"width";i:450;s:6:"height";i:670;s:4:"fil in /home/wwwinadi/public_html/veri.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: 666667";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:9:"1000000/0";s:5:"title";s:1:" in /home/wwwinadi/public_html/veri.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/wwwinadi/public_html/veri.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: http://www.xxxxx.com/ek.xml:40603: parser error : PCDATA invalid Char value 8 in /home/wwwinadi/public_html/veri.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: 666667";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:9:"1000000/0";s:5:"title";s:1:" in /home/wwwinadi/public_html/veri.php on line 3
Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /home/wwwinadi/public_html/veri.php on line 3
şu şekilde hatalar verdi üstadım.
Ek Olarak: yalnız burada 3 adet meta key'i almalıyım sadece. Hepsini değil üstadım.