PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of vinaykant sahu   Database class for MySQL using PDO   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: configuration parameters
Class: Database class for MySQL using PDO
Connect and access MySQL databases using PDO
Author: By
Last change:
Date: 7 years ago
Size: 118 bytes
 

Contents

Class file image Download
<?php
define
('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', '');
define('DB_NAME', 'test');