Database conn, users in progress

This commit is contained in:
Dr3amFury
2025-07-17 01:05:46 +02:00
parent d274fa033b
commit ef76dc973a
9 changed files with 149 additions and 8 deletions

View File

@@ -1,4 +1,7 @@
<?php include($_SERVER['DOCUMENT_ROOT'] . '/inc/php/header.php');?>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/inc/php/header.php');
require_once($_SERVER['DOCUMENT_ROOT'] . '/db.php');
$conn = getConnection();?>
<body>
<div class="container">
<h1>AI Email Generator</h1>