Login   Register  
PHP Classes
elePHPant
Icontem

File: constanten.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2003-07-30 10:19
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";

?>