PHP Classes

File: config.php

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

Contents

Class file image Download
<?php

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

?>