<?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); ?>
info at phpclasses dot org