"; $_SESSION['ValidateMessage'] = ""; } if(!empty($ErrorMsg)){ $theMessage = $ErrorMsg; echo "
"; $ErrorMsg = ""; } echo ' '; } else{ switch($theIId){ case 1: include "Login/LoginContent.php"; break; case 2: include "Login/LoginHelp.php"; break; default: echo "Nothing Found"; break; } } ?>