This is the warning I am getting.
Undefined index: errormsg in /var/www/html/ies.aacrao.org/apply/begin.php on line 8
on this line of code:
if ($_GET['errormsg'] == "no_appid") {
$_SESSION['errormsg'] = "There was a problem with your application. Please reenter all data.";
}
Hope someone can help me put.