Why encryption in codeigniter working in local but not on the server? |
I used the below code in my local wamp server and everything is perfect
PHP Code: $this->encryption->encode($result['wo_id']); But the same code is showing error when uploading to the web server online. Why? |
Messages In This Thread |
Why encryption in codeigniter working in local but not on the server? - by rameshfernandez - 03-24-2015, 08:37 PM
RE: Why encryption in codeigniter working in local but not on the server? - by techbat - 03-24-2015, 10:47 PM
RE: Why encryption in codeigniter working in local but not on the server? - by Narf - 03-25-2015, 04:11 AM
|