Login   Register  
PHP Classes
elePHPant
Icontem

File: db-config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Paul Kevin  >  PDO Database Utils  >  db-config.php  >  Download  
File: db-config.php
Role: Configuration script
Content type: text/plain
Description: Configuration
Class: PDO Database Utils
Execute SQL queries using PDO
Author: By
Last change:
Date: 2012-02-14 05:40
Size: 241 bytes
 

Contents

Class file image Download
<?php
define
('DB_TYPE''mysql'); //Database Type
define('DB_HOST''host'); //Database Host
define('DB_USER''user'); //Database User
define('DB_PASSWORD''password'); //Database Password
define('DB''database'); //Database name
?>