PHP Classes

File: constant.php

Recommend this page to a friend!
  Classes of mahabub   webstat   constant.php   Download  
File: constant.php
Role: Configuration script
Content type: text/plain
Description: constant file
Class: webstat
Get statistics of users accessing a site
Author: By
Last change:
Date: 15 years ago
Size: 568 bytes
 

Contents

Class file image Download
<?php
/* Datbase configuration */
define("DB_SERVER", ""); // DB HOST
define("DB_USER", ""); // DB USER
define("DB_PASS", ""); // DB USER PASS
define("DB_NAME", ""); // DB NAME



/*---- Table List */
define("TBL_LOGIN", "tbl_users");
define("TBL_IP", "tbl_country");
define("TBL_URL", "tbl_refer_url");
define("TBL_SEARCH", "tbl_search");
define("TBL_DETAILS", "tbl_additional_details");
define("TBL_COLOR", "tbl_color");
define("TBL_VISITORS", "tbl_visitors");
define("TBL_IP2C", "ip2country");
define("TBL_RELOAD", "tbl_reload");
?>