PHP Weather

Configuration Builder for PHP Weather

This is the Configurator shipped with PHP Weather.

Change the options below - when you're done, then press one of the 'Update Configuration' buttons. Depending on your choices, more options might appear. Continue to change the options until they all say Input accepted.

You can or

General Options

This is some general options for PHP Weather.

Show options.

Database Options

These options deal with the database. PHP Weather can use a database for caching the METARs it retrieves. This is very nice, since it takes at least a second or two to fetch a METAR from the National Weather Service.

Show options.

Rendering Options

You can customize the looks of PHP Weather using these options.

Show options.

This is a configuration file bases on your answers above:

<?php
/* This is a local configuration file for PHP Weather.
   It was generated on the 21st 2012f May, 2012 11:40:21. */

/******************************************************************/
/*                        General Options                         */
/******************************************************************/
/* All options are at their default values.                       */

/******************************************************************/
/*                        Database Options                        */
/******************************************************************/
/* All options are at their default values.                       */

/******************************************************************/
/*                       Rendering Options                        */
/******************************************************************/
/* All options are at their default values.                       */

?>

You should copy the above configuration to a file called defaults.php in the root directory of your PHP Weather installation. It's very important that the lines with <?php and ?> are the very first and very last, respectively. There should be no blank lines outside these two tags.

You can also or