Added (Check Duplicates Before Adding New User)

master
Abanoub Hany 2024-07-05 16:36:46 +03:00
parent 6cfbae0495
commit c236185f31
1 changed files with 1 additions and 0 deletions

View File

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