PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of atabak hosein nia   Ah MySQLi   config.php   Download  
File: config.php
Role: Example script
Content type: text/plain
Description: database connection information
Class: Ah MySQLi
Execute common MySQL queries using MySQLi
Author: By
Last change: change variable name (ah_portal)
Date: 10 years ago
Size: 288 bytes
 

Contents

Class file image Download
<?php

$_ah_config
= array(
    
$_ah_config['mysql']['host'] = 'mysqli host', # 127.0.0.1 or localhost
    
$_ah_config['mysql']['user'] = 'mysqli user name',
    
$_ah_config['mysql']['pass'] = 'mysqli password',
    
$_ah_config['mysql']['db'] = 'mysqli databaes name'
)
?>