Login   Register  
PHP Classes
elePHPant
Icontem

File: db.conf.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ghali Ahmed  >  sqlExec  >  db.conf.php  >  Download  
File: db.conf.php
Role: Configuration script
Content type: text/plain
Description: db configuration
Class: sqlExec
Compose and execute common types of MySQL queries
Author: By
Last change: Change data
Date: 2008-02-01 06:46
Size: 185 bytes
 

Contents

Class file image Download
<?php 

define
("HOST","127.0.0.1");//your server address
define("USERNAME","root");//the username
define("PASSWORD","") ;//your db password
define("DBNAME","");//Your db name

?>