PHP Classes

File: Config.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid (Sharma)   PHP MySQL Query CSV Export and Download   Config.php   Download  
File: Config.php
Role: Auxiliary script
Content typex: text/plain
Description: Configuration script
Class: PHP MySQL Query CSV Export and Download
Export or download MySQL query as a CSV file
Author: By
Last change:
Date: 17 days ago
Size: 218 bytes
 

Contents

Class file image Download
<?php

define
(constant_name: 'HOSTNAME', value: '127.0.0.1');
define(constant_name: 'USERNAME', value: 'root');
define(constant_name: 'PASSWORD', value: 'shames11');
define(constant_name: 'DATABASE', value: 'global');