PHP Classes

File: radar-example

Recommend this page to a friend!
  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: 15 years ago
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>";

?>