Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-10-18 12:23
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");






?>