PHP Classes

File: config/constants.php

Recommend this page to a friend!
  Classes of Parag Yelonde   PHP MySQL Manager   config/constants.php   Download  
File: config/constants.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP MySQL Manager
Perform common MySQL database access operations
Author: By
Last change:
Date: 3 years ago
Size: 418 bytes
 

Contents

Class file image Download
<?php
/**
 * Created by PhpStorm.
 * User: parag
 * Date: 18/9/19
 * Time: 2:28 PM
 */

define('BASE_URL', 'BASE URL');
define("DB_HOST", "localhost");
define("DB_USERNAME", "");
define("DB_PASSWORD", "");
define("DB_NAME", "");

//Mail Credentials
define('MAIL_HOST', '');
define('MAIL_USERNAME', '');
define('MAIL_PASSWORD', '');
define('MAIL_PORT', 587);
define('SET_FROM_EMAIL', '');
define('SET_FROM_NAME', '');