PHP Classes

File: logging_sample_unix.php

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

Contents

Class file image Download
<?php
include "logging_ver1.1.class.php";
$newlog=new logging("logs","log.txt","log.xml",0); // working on unix/linux
$newlog->create_txt();
$newlog->create_xml();
$newlog->show_links();
?>