Parent Directory
|
Revision Log
*** empty log message ***
| 1 | <? |
| 2 | include "../conf/db_conn.conf.php"; |
| 3 | |
| 4 | $db_conn_id=mysql_connect($DB_hostname, $DB_username, $DB_password) |
| 5 | or die("Could not connect database"); |
| 6 | mysql_select_db($DB_database,$db_conn_id) or die("Invalid database"); |
| 7 | return $db_conn_id; |
| 8 | ?> |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |