Data Missing or Invalid
First Name cannot start with space or left blank";
}
if($_REQUEST['lnameset']==1)
{
echo"- Last Name cannot start with space or left blank
";
}
if($_REQUEST['emailset']==1)
{
echo"- IFSC CODE should be valid, It needs to be verified
";
}
if($_REQUEST['pwdset']==1)
{
echo"- Password cannot be left blank or contain special character
";
}
if($_REQUEST['unameset']==1)
{
echo"- Login ID cannot contain blank or special character
";
} ?>
Password Mismatch
";
if($error==3)
echo"Login Id / Account No. Already Exist
";
if($error==4)
echo"Cannot verify this Email-Id
";
?>
Registered Successfully