PHP Classes

File: database.inc.php

Recommend this page to a friend!
  Classes of Markus Fensterer   Little Counter   database.inc.php   Download  
File: database.inc.php
Role: Configuration script
Content type: text/plain
Description: database configuration file
Class: Little Counter
Keep track of user accesses to site pages in MySQL
Author: By
Last change:
Date: 19 years ago
Size: 232 bytes
 

Contents

Class file image Download
<?php
    $database
['host'] = ""; // MySQL Server host
   
$database['user'] = ""; // MySQL User
   
$database['pwd'] = ""; // MySQL Password
   
$database['db'] = ""; // MySQL database
   
$database['tablename'] = ""; // MySQL tablename
?>