Delete
Delete pagination
This commit is contained in:
11
-child/db.php
Executable file
11
-child/db.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?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");
|
||||
*/
|
||||
?>
|
||||
Reference in New Issue
Block a user