PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Searchy PHP Search Engine   config.php   Download  
File: config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Searchy PHP Search Engine
Crawl, index and search multiple Web sites
Author: By
Last change:
Date: 1 year ago
Size: 136 bytes
 

Contents

Class file image Download
<?php

// Database Settings

$config = [
   
'DB_HOST' => 'localhost',
   
'DB_USER' => '',
   
'DB_PASS' => '',
   
'DB_NAME' => ''
];