Landing Zones
home
help
logout
query_select( "SELECT name,id,prohibited FROM lzs WHERE 1" ); echo "
$nrows
Landing Zones and No-Land places are defined.
"; echo "No-Land places are highlighted using this
colour
."; echo "
"; while( $row = $db->fetch_assoc() ){ echo "
"; if( $row['prohibited'] ) echo "
" . $row["name"] . "
"; else echo $row["name"]; echo "
" . //$a . "
" . "
Preview
" . "
Edit
" . "
" . $row["name"] . "\"> Delete
" . "
Weather Station(s)
" . "
"; } ?>