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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Jan 30 03:29:43 2003 UTC (21 years, 5 months ago) by jonen
Branch: MAIN
Branch point for: no_vendor_tag
Initial revision

1 jonen 1.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", "localhost");
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