in reply to Re: login page
in thread login page
The error() message does not seem to be the problem as it is printing out the correct result in the other if statements in the code i posted. Yes both entries in row should be null when an incorrect username or password are entered. I expected the lineuse strict; use warnings;
to pick that up. Is this wrong?if($user_name ne $row[0] || $password ne $row[1]) { &error(); } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: login page
by GrandFather (Saint) on Dec 19, 2006 at 02:40 UTC |