Hey I'm sorry Dan and everyone, I realize my mistake -- if you're
curious it's in my if/elseif/else chain, I explain the problem below
(scroll down):
Erik
On Tuesday, April 9, 2002, at 03:00 PM, Erik Price wrote:
>
> Hm. I threw in a test echo statement in the class method, to make sure
>
On Tuesday, April 9, 2002, at 12:24 PM, Analysis & Solutions wrote:
> Yo Erik:
>
> On Tue, Apr 09, 2002 at 11:39:31AM -0400, Erik Price wrote:
>>
>> elseif (!empty($_POST['newpassword']) &&
>> !$user->set_password($_POST['newpassword']))
>
> Your order of evaluation is correct. But, considerin
Yo Erik:
On Tue, Apr 09, 2002 at 11:39:31AM -0400, Erik Price wrote:
>
> elseif (!empty($_POST['newpassword']) &&
> !$user->set_password($_POST['newpassword']))
Your order of evaluation is correct. But, considering the password
length is evaluated in the set_password() function, checking empt
3 matches
Mail list logo