PHP Classes
Icontem

File: log_example.phtml


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ricardo Costa  >  MySQL Connection  >  log_example.phtml  
File: log_example.phtml
Role: Example script
Content type: text/plain
Description: Show the log of connections and query to MySQL Server
Class: MySQL Connection
Manage and Log a connection with MySQL Server
 

Contents

Class file image Download
<html>
<head>
<style type="text/css">
.sucess {  font-family: Tahoma, Verdana, Arial, "MS Serif"; font-size: 10px; color: #003399}
.error {  font-family: Tahoma, Verdana, Arial, "MS Serif"; font-size: 10px; color: #993333}
.title {  font-family: Tahoma, Verdana, Arial, "MS Serif"; font-size: 10px; color: #0000}
</style>
<title>Log</title>
</head>
<body bgcolor="#FFFFFF">
<?php
require("inc.date_functions.phtml");
require(
"class.calendar.phtml");

$c = new calendar;
$c->show(1,1,1);
?>
</span><br><span class="title"> - <b>DATA &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HORA &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IP &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; USUÁRIO &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; URL &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EVENTO</b><br>
<?php
require("class.log.phtml");

$print_log = new log();
$print_log->show();
?>
</body>
</html>

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products