Part 4 Creation of $_POST management

Process the submitted forms through PHP

 
 

 
 

    if(!empty($_POST['spprofile'])) {

        //echo '
', print_r($_POST, true), '

';

$eduIDpost = $_POST['spprofile']['eduID'];

$eduID = $_POST['spprofile']['eduID'];
$Startyear = $_POST['spprofile']['Startyear'];
$Endyear = $_POST['spprofile']['Endyear'];
$School = $_POST['spprofile']['School'];
$Course = $_POST['spprofile']['Course'];
$Qualification = $_POST['spprofile']['Qualification'];