Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Olaf Lederer  >  Counter & visitor statistics  >  config.php  >  Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Some variables to setup the database
Class: Counter & visitor statistics
System to track users and visitor statistics
Author: By
Last change:
Date: 2005-02-03 13:25
Size: 255 bytes
 

Contents

Class file image Download
<?php 
define
("DB_SERVER""localhost");
define("DB_NAME""database_name");
define ("DB_USER""user");
define ("DB_PASSWORD""pass");

define ("DB_TABLE""visits");
define ("IMG""./1px.png"); // change this constant to use dif. image/path
?>