CodeIgniter Forums
about encrypt class - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: about encrypt class (/showthread.php?tid=63310)



about encrypt class - seasenx6 - 10-18-2015

a8kyLCh+oYZdGwVfVmDPNGIDaW/Mmy9vQ6cTMcF32XeJ07R2ipZwCE0H6hTJMFjOJdxUIjaDI5JTu96lh0j7OQ==

you can see / and + after encode.

how to make encode output not have / and +

thank you.


RE: about encrypt class - Avenirer - 10-18-2015

I guess you want to use the string in an url? Maybe a urlencode() before outputing and a urldecode() after? But still this may return error. Try not to put that in a url Smile