12 lines
318 B
PHP
Executable File
12 lines
318 B
PHP
Executable File
<?php
|
|
$db_host = "localhost";
|
|
$db_username = "root";
|
|
$db_password = "sncfp1p2";
|
|
$db_name = "zenphoto";
|
|
$prefix = "";
|
|
/*
|
|
$bd = mysql_connect($mysql_hostname, $mysql_user, $mysql_password) or die("Opps some thing went wrong");
|
|
mysql_select_db($mysql_database, $bd) or die("Opps some thing went wrong");
|
|
*/
|
|
?>
|