PHP Classes

File: logging_sample.php

Recommend this page to a friend!
  Classes of Rahman Haghparast   Logging Class   logging_sample.php   Download  
File: logging_sample.php
Role: Example script
Content type: text/plain
Description: logging sample
Class: Logging Class
A class for logging visitor data
Author: By
Last change:
Date: 20 years ago
Size: 161 bytes
 

Contents

Class file image Download
<?php
include "logging.class.php";
$newlog=new logging("logs","log.txt","log.xml");
$newlog->create_txt();
$newlog->create_xml();
$newlog->show_links();
?>