\n"); echo(' \n"); echo("\n"); } ?>
Login
 
Error-' . $strError . "
UserID
Password
 
122) $LetterVal = chr(ord(substr($strPassword, $counter, 1)) - 99 - $counter - 1); else $LetterVal = substr($strPassword, $counter, 1); $Temp = $Temp . $LetterVal; } return($Temp); } function EncryptPassword($strPassword){ $i=""; $Temp=""; $LetterVal=""; for ($counter = 0; $counter < strlen($strPassword); $counter += 1) { if (ord(substr($strPassword , $counter , 1)) < 122) $LetterVal = chr(ord(substr($strPassword, $counter, 1)) + 99 + $counter - 1 ); else $LetterVal = substr($strPassword, $counter, 1); $Temp = $Temp . $LetterVal; } return($Temp); } ?>