Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
<?php if( ! $xml = simplexml_load_file('http://www.mormedyatest.com/mod/bayi/mac/mac.xml')) { echo "Xml okunamadı. [email protected] ile iletişime geçiniz..."; } else { /*** loop through parent categories ***/ $i = 0; foreach($xml->sportTypes as $node) { $sportTypes_lastCounter = $xml->sportTypes[$i]->attributes()->lastCounter; $sportTypes_total = $xml->sportTypes[$i]->attributes()->total; echo "<table width=100% border=1 ><tr><td> - ".$sportTypes_lastCounter." - ".$sportTypes_total." </td></tr></table> "; $z = 0; …
The End.
redblue35