PHP Classes

File: include/config.inc.php

Recommend this page to a friend!
  Classes of Milan Jankovic   PHP PDO Starter Template   include/config.inc.php   Download  
File: include/config.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP PDO Starter Template
Setup MySQL database connections using PDO
Author: By
Last change:
Date: 2 days ago
Size: 203 bytes
 

 

Contents

Class file image Download
<?php
namespace Include;

/* SERVER SETTINGS
____________________________*/

define ( 'HOST', 'localhost' );
define ( 'DBNAME', 'ecommerce' );
define ( 'USERNAME', 'root' );
define ( 'PASSWORD', '' );