<?php
    //Insert the appropriate details for your database here,
    //and place this file in the include directory
    //specified in include.php
    $sDBServer = "yourservername.com";
    $sDBName = "databasename";
    $sDBUsername = "username";
    $sDBPassword = "password";
?>