You have logged out of MySQLinks. Please enter your username and password to login again.
\n";
} else {
print "Please enter your username and password to login to MySQLinks.
\n";
}
?>
\n Recreation of passwords is a feature on the list for future releases, but it's not necessarily the most important thing because, really, how hard is it to remember a damn password that YOU chose?\n";
$messages[1] = "\nI think you might have forgotten to type something. Try again.\n\n";
$messages[2] = "\nInvalid username and password combo. Try again.\n\n";
if (!isset($msg)) {
print $messages[0];
} else {
print $messages[$msg];
}
?>