<?php $DBHOST = "localhost"; $DBNAME = "temperature"; $table = "nattsjo_outdoor1"; $html_title = "The Temperature in Nättsjö, Kalv: "; $title = "Local temperature at Nättsjö, Kalv, Sweden"; $update_sample = "tenth minute"; $tz = "Europe/Berlin"; $show_monthly = 1; $show_yearly = 1; $show_sunrise = 1; # create table nattsjo_outdoor1 (id INTEGER UNSIGNED not null auto_increment, time DATETIME, temp SMALLINT, primary key (id)); $REFRESH = 300; # Seconds for $long = 13.0630; $lat = 57.1745; ?>