03-24-2015, 08:37 PM
I used the below code in my local wamp server and everything is perfect
But the same code is showing error when uploading to the web server online. Why?
PHP Code:
$this->encryption->encode($result['wo_id']);
But the same code is showing error when uploading to the web server online. Why?