Added (Check Duplicates Before Adding New User)
parent
6cfbae0495
commit
c236185f31
|
@ -3,6 +3,7 @@ include 'header.php';
|
||||||
|
|
||||||
session_start();
|
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'];
|
||||||
|
|
Loading…
Reference in New Issue