Hi am just learning how to use an ecryption class that I want to use to encrypt passwords for a registration system. The problem is that the code that is encrypted will not produce a link that is complete. Can anyone out there point this poor lost fool in the right direction.
This is the code:
$host.$this->login_page."?ident=".$this->id."&activate=".$this->encrypt($this->user_pw,$this->password)."&language=".$this->language
which produces this link.... BUT
ttp://roontoon.local/roontoon-grades/index.php?ident=659&activate=àÌV†Í=wü&language=en
----------------------------------------------------------------------| It is not a link after this point.
I have tried surounding the encrypted code ( àÌV†Í=wü ) with quotes and double quotes and it is plan to me that I don't know how to resolve this. Thanks for any help you might have.
Dan ( who is fairly new to PHP )