PHP Classes

File: config.ini.php

Recommend this page to a friend!
  Classes of Waqar Ahmed   PHP MySQL Database   config.ini.php   Download  
File: config.ini.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP MySQL Database
Connect and query a MySQL database
Author: By
Last change:
Date: 6 years ago
Size: 412 bytes
 

Contents

Class file image Download
;<?php
;die(); // For further security
;/*

; Add database username, password and other details
; Set permission chmod 644 for this config file
; Avoid placing it under your document root


[database_settings]
; set database host
; usually localhost or an IP address
host = "localhost"

; set databse username
username = ""

; set database password
password = ""

; set name of database
db_name = ""

;*/

;?>