PHP Classes

File: core/UserStepLogs.config.php

Recommend this page to a friend!
  Classes of Ettore Moretti   PHP User Step Logs   core/UserStepLogs.config.php   Download  
File: core/UserStepLogs.config.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP User Step Logs
Record the pages a user accesses in a database
Author: By
Last change:
Date: 8 years ago
Size: 228 bytes
 

Contents

Class file image Download
<?php
/**
 * Configurazione Database
 * Your DB configuration
 */
define("DB_DSN", "mysql:host=localhost;dbname=UserStepLogs");
define("DB_USER", "root");
define("DB_PASSWORD", "");

define("USER_STEP_TABLE", "userstep_table");