PHP Classes

File: database.conf.php

Recommend this page to a friend!
  Classes of Hamid Ghorashi   PHP HTML Form Elements   database.conf.php   Download  
File: database.conf.php
Role: Configuration script
Content type: text/plain
Description: Database config
Class: PHP HTML Form Elements
Generate HTML for form elements
Author: By
Last change:
Date: 11 years ago
Size: 140 bytes
 

Contents

Class file image Download
<?php
define
('DBNAME', 'formcontrols');
define('DBUSERNAME', 'root');
define('DBPASSWORD', '');
define('SERVERNAME', 'localhost');
?>