Skip to content

Instantly share code, notes, and snippets.

View ZiadTariq506's full-sized avatar
💭
sad

ZiadTariq506

💭
sad
View GitHub Profile
@bencevans
bencevans / gist:3513313
Created August 29, 2012 14:23 — forked from mebcomputers/gist:2550712
php: create visitor log file
<?php
class log {
public $filename;
public $timestamp;
public $ip;
public $u_agent;
public $u_refer;
public $ub;