PHP Classes

File: db.php

Recommend this page to a friend!
  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: 18 years ago
Size: 93 bytes
 

Contents

Class file image Download
<?php

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

?>