Login   Register  
PHP Classes
elePHPant
Icontem

File: database.conf.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2013-04-12 00:53
Size: 140 bytes
 

Contents

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