PHP Classes

File: settings

Recommend this page to a friend!
  Classes of Tim Rijavec   MySQL Access   settings   Download  
File: settings
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: MySQL Access
MySQL database access wrapper
Author: By
Last change: Changed the role
Date: 15 years ago
Size: 166 bytes
 

Contents

Class file image Download
<?php
define
('DB_HOST', 'database_host');
define('DB_USER', 'database_username');
define('DB_PASS', 'database_password');
define('DB_NAME', 'database_name';
?>