Welcome Guest, Not a member yet? Register   Sign In
encrypt class problem
#1

[eluser]PHPraja[/eluser]
hi guys...

i have used encrypt library for encryption of userids etc in my project. It works well in my local system but i m facing problem in client's centos system.
The problem is that in the encrypted string sometimes '/' is also present which CI treats as 2 different uri segments.

How to restrict '/' in the encrypted string.
The code i used as below
Code:
<a >encrypt->encode($docinfo['id']);?&gt;/&lt;?=$this->encrypt->encode('summary')?&gt;">

$this->encrypt->encode($docinfo['id']) - This is resulting to a encrypted string which includes '/' in it. This causes problem as CI treats as 2 different URI segments. How to solve this prob any one has idea ?

thanks
raja


Messages In This Thread
encrypt class problem - by El Forum - 06-30-2008, 02:04 AM
encrypt class problem - by El Forum - 06-30-2008, 02:15 AM
encrypt class problem - by El Forum - 06-30-2008, 04:20 AM
encrypt class problem - by El Forum - 06-30-2008, 04:43 AM
encrypt class problem - by El Forum - 06-30-2008, 04:52 AM
encrypt class problem - by El Forum - 06-30-2008, 05:25 AM
encrypt class problem - by El Forum - 06-30-2008, 08:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB