/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/examples/db_defines.inc
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/examples/db_defines.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Sat Sep 20 00:20:55 2003 UTC (20 years, 9 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
+ updated whole phphtmllib to v2.3.0

1 <?php
2
3 /**************************
4 * db_defines.inc
5 *
6 * This creates some global
7 * variables so we know how to
8 * connect to the DB.
9 */
10
11 //The hostname that has the Database
12 define("DB_HOSTNAME", "");
13
14 //The username and password
15 define("DB_USERNAME", "");
16 define("DB_PASSWORD", "");
17
18 //The DB name to use
19 define("DB_NAME", "");
20
21 ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed