in reply to Re: elsif loop
in thread elsif loop
Using the second example i am given access to the next page with the correct user name and an incorrect password. Does anyone know why this is happening?if($username eq $row[0] && $hashPassword eq $row[1]) { # Go to the new page } else { error(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: elsif loop
by nimdokk (Vicar) on Dec 12, 2006 at 17:26 UTC |