There's a nasty bug in this line of code:
if ($NotFound=="false") {
You should compare strings using eq, not ==. As it stands, this expression is always true.
--In reply to RE: A very simple userid/password check
by davorg
in thread A very simple userid/password check
by vtprogrammer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |