Hello,
I included both
// Turn down error reporting at start of file
error_reporting (E_ALL ^ E_NOTICE);
// Check to see if $cmd variable isset in startpage.php
if(!(isset($cmd)) || strlen($cmd)==0 || $cmd=="1")
{
$file = "login.php";
}
However it still giving
Undefined variable: cmd in c:\program files\apache group\apache\htdocs\softc\startpage.php on line 15
and
Notice: Undefined variable: alert in c:\program files\apache group\apache\htdocs\softc\login.php on line 112
Thanks,
Jac