2
0

add code from login in php (not finished yet)

This commit is contained in:
2026-04-29 12:22:19 +02:00
parent 84c1fd7ec7
commit 3e4884fa7d
4 changed files with 94 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<h1> Init DB</h1>
<h2> Tables </h2>
<?php
require_once "db_connection_function.php";
init_db();
echo "finished. DB initialized!";