MENU
Descrição do Sistema
Colaboradores
Sobre
Última imagem
Animação
Busca
Radar XPOL
$submit=$_POST['submit']; if (empty($_POST['start_date']) && empty($_GET['start_date'])) { $start = date('d/m/Y', time()-60*60); } else { $start= (empty($_GET['start_date'])? $_POST['start_date'] : $_GET['start_date']); } if (empty($_POST['end_date']) && empty($_GET['end_date'])) { $end = date('d/m/Y', time()); } else { $end= (empty($_GET['end_date'])? $_POST['end_date'] : $_GET['end_date']); } if (empty($_POST['start_hour']) && empty($_GET['start_hour'])) { $start_hour="00:00"; } else { $start_hour= (empty($_GET['start_hour'])? $_POST['start_hour'] : $_GET['start_hour']); } if (empty($_POST['end_hour']) && empty($_GET['end_hour'])) { $end_hour="23:00"; } else { $end_hour= (empty($_GET['end_hour'])? $_POST['end_hour'] : $_GET['end_hour']); } ?>
Pesquisa de
a
Busca
Precipitação (mm)
© 1997-