Weather Stations
home
help
logout
query_select( "SELECT wx_id,id FROM wx_stations WHERE 1" ); echo "
$nrows
weather stations are defined.
"; while( $row = $db->fetch_assoc() ){ // $a = "
(" . $row["site"]. ")
"; echo "
" . $row["wx_id"] . "
" . //$a . "
" . "
Preview
" . "
Edit
" . "
" . $row["wx_id"] . "\"> Delete
" . "
"; } ?>