Added (Check Duplicates Before Adding New User)
parent
c236185f31
commit
9d23001a39
|
@ -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'];
|
||||||
|
|
Loading…
Reference in New Issue