Login   Register  
PHP Classes
elePHPant
Icontem

File: dbconfig.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Andrej Bodor  >  deadatagrid  >  dbconfig.php  >  Download  
File: dbconfig.php
Role: Configuration script
Content type: text/plain
Description: datagrid
Class: deadatagrid
Display MySQL query results in an HTML table
Author: By
Last change:
Date: 2009-10-17 13:12
Size: 187 bytes
 

Contents

Class file image Download
<?php
//Modify constants with data needed to access your own database
define('DB_HOST','localhost');
define('DB_NAME','test');
define('DB_USER','root');
define('DB_PASSWORD','');
?>