<?
/* Site constants
Don't modify without written authorization
Created by: Randy Gerritse
Email: [email protected]
©2002-2003, All rights reserved.
================================================================================ */
//database constanten
$dbhost = "localhost";
$dbuser = "root";
$dbpassword = "";
$dbname = "imdb";
?>
|