[go: up one dir, main page]

Menu

[2a284d]: / www / connect.php  Maximize  Restore  History

Download this file

7 lines (6 with data), 173 Bytes

1
2
3
4
5
6
<?php
require_once("config.php");
require_once("mysqlFunctions.php");
mysql_connect(MYSQL_HOST, MYSQL_USERNAME, MYSQL_PASSWORD);
mysql_select_db(MYSQL_DB);
?>