Posted by sirboderafael on Sun 1 Mar 20:17
report abuse | download | new post
- <?
- -10
- )
- );
- foreach ($ultimas_linhas as $linha) {
- $ultimos_dados,
- )
- );
- }
- }
- ?>
- <html>
- <head>
- <meta http-equiv="refresh" content="5">
- <title>Monitor de logs - Servidor GPS na porta 25000 UDP</title>
- </head>
- <body>
- <h1>Monitor de logs - Servidor GPS na porta 25000 UDP</h1>
- <h2>Atualizando a página a cada 5 segundos...</h2>
- <p>Últimos 10 dados recebidos:
- <ul>
- <? foreach ($ultimos_dados as $dado) { ?>
- <li><?= $dado['ip'].' : '.$dado['informacao']; ?></li>
- <? } ?>
- </ul>
- </p>
- </body>
- </html>
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.