created basic DB structure and accessing db

This commit is contained in:
Joshua Ashton
2025-03-05 18:55:04 -07:00
parent 8d244e586d
commit 54228c4e8e
16 changed files with 151 additions and 16 deletions
Regular → Executable
+4
View File
@@ -0,0 +1,4 @@
<?php
include_once ('includes/sql.php');
function login($username, $password_hash) {}