PHP Classes

File: sysconfig.php

Recommend this page to a friend!
  Classes of saulo hernandez   DBGridMx   sysconfig.php   Download  
File: sysconfig.php
Role: Configuration script
Content type: text/plain
Description: connection configuration
Class: DBGridMx
Show and manipulate MySQL records in a table grid
Author: By
Last change:
Date: 11 years ago
Size: 233 bytes
 

Contents

Class file image Download
<?php
// Database connection info
define("CONN_HOST", "localhost", TRUE);
define("CONN_PORT", 3306, TRUE);
define("CONN_USER", "root", TRUE);
define("CONN_PASS", "toshiro.99", TRUE);
define("CONN_DB", "testdbgrid", TRUE);
?>