PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Carlos Alexandre Zancki Encine   MySQL PDO Connection   config.php   Download  
File: config.php
Role: Auxiliary script
Content type: text/plain
Description: config file for class connection
Class: MySQL PDO Connection
Access a MySQL database using PDO
Author: By
Last change: edit the value of constants to access the database
Date: 9 years ago
Size: 136 bytes
 

Contents

Class file image Download
<?php

//configuration of database
define("DB_HOST", "");
define("DB_NAME", "");
define("DB_USER", "");
define("DB_PASSOWRD", "");