hopefully working now
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||
global $mysqli;
|
||||
// Handle login form submission
|
||||
$email = $_POST['email'];
|
||||
$password = $_POST['password'];
|
||||
|
Reference in New Issue
Block a user