Attempting to save $_POST data to be used on loginCheck.php page

This commit is contained in:
WilliamMiceli
2019-11-25 14:42:38 -05:00
parent 3dc67d5661
commit 2e85edcfb4

View File

@@ -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">