Login   Register  
PHP Classes
elePHPant
Icontem

File: radar-example

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Matthew Johnston  >  Current City Weather  >  radar-example  >  Download  
File: radar-example
Role: Example script
Content type: text/plain
Description: example of the radar
Class: Current City Weather
Get weather forecast of a city from Wunderground
Author: By
Last change:
Date: 2008-09-06 03:07
Size: 172 bytes
 

Contents

Class file image Download
<?php
require_once 'Weather_Class.php';
$weather = new Weather("Edmond""Oklahoma");
echo 
"<div align=\"center\">";
echo 
$weather->getRadarIMG();
echo 
"</div>";

?>