LBT3: begin project
This commit is contained in:
9
Zweites Jahr/unterrichts_projekt/db_connection_data.php
Normal file
9
Zweites Jahr/unterrichts_projekt/db_connection_data.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// db_connection_data.php
|
||||
|
||||
|
||||
$db_engine ="mysql";
|
||||
$db_name = "E2FI1_2025";
|
||||
$db_host = "localhost";
|
||||
$db_user = "phpmyadmin";
|
||||
$db_password = "server";
|
||||
Reference in New Issue
Block a user