Login   Register  
PHP Classes
elePHPant
Icontem

File: settings

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-04-27 06:11
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';
?>