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 piotr  >  Register User  >  config.php  >  Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Config
Class: Register User
Create registered user records in a MySQL table
Author: By
Last change: Description
Date: 2006-03-26 09:51
Size: 99 bytes
 

Contents

Class file image Download
<?php

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

?>