PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Channaveer Hakari   PHP Dependent Drop Down Tutorial   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP Dependent Drop Down Tutorial
Create dependent dropdowns using jQuery AJAX
Author: By
Last change:
Date: 3 years ago
Size: 253 bytes
 

Contents

Class file image Download
<?php

$config
= [
   
'base_url' => 'http://127.0.0.1/dependency_dropdowns',
   
'database' => [
       
'host' => 'localhost',
       
'db_name' => 'demo',
       
'db_username' => 'root',
       
'db_password' => 'root'
   
]
];