Added (Check Duplicates Before Adding New User)

master
Abanoub Hany 2024-07-05 16:40:48 +03:00
parent c236185f31
commit 9d23001a39
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ session_start();
if ($_SERVER['REQUEST_METHOD'] === 'POST') { if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$config = include 'config.php'; $config = include 'config.php';
$username = $_POST['username']; $username = $_POST['username'];
$password = $_POST['password']; $password = $_POST['password'];