XML feed yer almaktadır: http://xml.betclick.com/odds%5Ffr.xml
I need a php loop to echo the name of the match, the hour, and the bets options and the odds links. The function will select and display ONLY the matchs of the day with streaming="1" and the bets type "Ftb_Mr3".
Ben XPath ve SimpleXML yeniyim.
Şimdiden teşekkürler.
Şimdiye kadar var:
<?php
$xml_str = file_get_contents("http://xml.betclick.com/odds_fr.xml");
$xml = simplexml_load_string($xml_str);
// need xpath magic
$xml->xpath();
// display
?>