PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of mike condiff   MySQLDropDownCondiff   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: config file to connect to mysql
Class: MySQLDropDownCondiff
Generate select input from MySQL query results
Author: By
Last change:
Date: 16 years ago
Size: 307 bytes
 

Contents

Class file image Download
<?php


// Database variables
define("SERVER_NAME", "localhost");
define("DB_NAME", "YOUR DB NAME");
define("DB_USER", "YOUR DB USER");
define("DB_PASSWORD", "YOUR DB PASSWORD");

define("WEBMASTER_MAIL", "webmaster@testapplication.com");
define("WEBMASTER_NAME", "The Webmaster");






?>