Attempting to save $_POST data to be used on loginCheck.php page
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
if (isset($_POST['Submit'])){
|
||||
$_SESSION['loginData'] = $_POST;
|
||||
}
|
||||
?>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
Reference in New Issue
Block a user