<?php class GUI extends GtkWindow { /* * Class constructor * * @param int $width window width * @param int $height window height * @param [...]
|
|||||
|
<?php class GUI extends GtkWindow { /* * Class constructor * * @param int $width window width * @param int $height window height * @param [...] <?php $xml = simplexml_load_file(‘http://www.google.com/ig/api?weather=ADDRESS’); $information = $xml->xpath("/xml_api_reply/weather/current_conditions/condition"); echo $information[0]->attributes(); ?> Bookmark It |
|||||
|
Copyright © 2012 Programmingsite : source code - All Rights Reserved |
|||||