PHP Classes

File: dbconfig.php

Recommend this page to a friend!
  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: 14 years ago
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','');
?>