Hi,

Wednesday, December 4, 2002, 1:27:49 AM, you wrote:

cyc> Hi
cyc>    I made some changes to this script but still it is
cyc> not working 


Try using the whole password as the salt like this

if(crypt(trim($pass),$arr[1]) == $arr[1])

Or are you still only getting -1 returned ?

-- 
regards,
Tom


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to