PHP Classes

File: config.php

Recommend this page to a friend!
  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: 19 years ago
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
?>