PHP Classes

File: constanten.php

Recommend this page to a friend!
  Classes of Randy Gerritse   IMDBSearch   constanten.php   Download  
File: constanten.php
Role: Configuration script
Content type: text/plain
Description: the usual config file
Class: IMDBSearch
Search the Internet Movie DataBase
Author: By
Last change:
Date: 20 years ago
Size: 339 bytes
 

Contents

Class file image Download
<?
/* Site constants
    Don't modify without written authorization
    Created by: Randy Gerritse
    Email: randy@randy.nu
    ©2002-2003, All rights reserved.
    ================================================================================ */

//database constanten
$dbhost = "localhost";
$dbuser = "root";
$dbpassword = "";
$dbname = "imdb";

?>