03-04-2003, 09:20 PM
|
|
|
See sig. Join Epic Cash.
Join Date: Oct 2002
Location: Montreal, Quebec. ICQ: 214702014
Posts: 22,366
|
why use encode()? why not md5() or mcrypt()?
anyways, you have to use the decode() function, but it needs the result of encode()
DECODE (encrypted_password, pass_string)
|
|
|