Skip to content

Instantly share code, notes, and snippets.

@everaldo
Created May 21, 2015 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save everaldo/22f2aaf9280e25df41f6 to your computer and use it in GitHub Desktop.
Save everaldo/22f2aaf9280e25df41f6 to your computer and use it in GitHub Desktop.
1. Criar banco de dados <usuario>_access_log
2. Criar tabela dentro do banco de dados: log
3. Crie uma pasta no xampp
4. Crie um arquivo chamado access_log.php
5. Conectar ao banco de dados
6. Inserir registro do Log atual
7. Pesquisar todos os logs
8. Exibir todos os logs como uma tabela
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment