Login   Register  
PHP Classes
elePHPant
Icontem

File: db.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Mhyk Duterte  >  Hybrid MySQL  >  db.php  >  Download  
File: db.php
Role: Configuration script
Content type: text/plain
Description: Database connection information
Class: Hybrid MySQL
MySQL database access wrapper
Author: By
Last change:
Date: 2005-06-25 21:55
Size: 93 bytes
 

Contents

Class file image Download
<?php

$dbHost 
'localhost';
$dbUser 'user';
$dbPass 'password';
$dbName 'testdb';

?>