Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of norayrx  >  user_registration_module  >  config.php  >  Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: config
Class: user_registration_module
Register users with records in a MySQL database
Author: By
Last change:
Date: 2009-01-16 03:03
Size: 109 bytes
 

Contents

Class file image Download
<?php

    $DB_HOST 
"localhost";
    
$DB_USER "root";
    
$DB_PASSWORD "";
    
$DB_NAME "MY_CMS";
    

?>