JMan's Bedpan -- Castoffs of an Ill Mind ======================================== Installation: ------------- Extract the files from the ZIP archive to your webserver, and configure as necessary. Create the MySQL table with the included SQL file. UnInstallation: --------------- Delete the files. Usage: ------ For a working example, view testWeather.php; For descriptions of all configuation settings, read weather.class.php dbUser="root"; //Configure the script $weather->dbPass=""; $weather->dbName="db_name"; $weather->cityCode="on-82"; if ($weather->fetchData()){ echo $weather->showWeather(); //Display the gathered data } ?> Contact: -------- E-mail: jman@bedpan.ca Web: http://www.bedpan.ca