/ Published in: PHP
aun no acabado
Expand |
Embed | Plain Text
<?php $xmlpaises = 'http://ws.geonames.org/countryInfo?lang=es'; // http://ws.geonames.org/children?geonameId=2510769&lang=es $paises = simplexml_load_file($xmlpaises); $i = 0; foreach ($paises->country as $pais) { $i++; } echo $i; ?>
You need to login to post a comment.
