if ($_SERVER['REQUEST_METHOD'] == 'POST') $username = trim($_POST['username']); $password = $_POST['password'];
?>