PHP Classes

File: config.php

Recommend this page to a friend!
  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: 15 years ago
Size: 109 bytes
 

Contents

Class file image Download
<?php

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

?>