Login
Register
File: db.php
Search
All class groups
Latest entries
Top 10 charts
Blog
Forums
Help FAQ
Recommend
this page to a friend!
Stumble It!
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
Mhyk Duterte
Last change:
Date:
2005-06-25 21:55
Size:
93 bytes
Contents
Download
<?php
$dbHost
=
'localhost'
;
$dbUser
=
'user'
;
$dbPass
=
'password'
;
$dbName
=
'testdb'
;
?>
Advertise on this site
Site map
Newsletter
Statistics
Site tips
Privacy policy
Contact
For more information send a message to
info at phpclasses dot org
.
Copyright (c)
Icontem
1999-2014