KA
This commit is contained in:
10
Klassenarbeit/db_connection.php
Normal file
10
Klassenarbeit/db_connection.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// DANIEL CWIKLA
|
||||
$db_engine = "mysql";
|
||||
$db_name = "hardwarefuchs";
|
||||
$db_host = "localhost";
|
||||
$db_user = "phpmyadmin";
|
||||
$db_password = "server";
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user