I am using PHP 5.1.6 and wamp5 version 1.6.5. It does not support JSON so I am getting this error:
Fatal error: Call to undefined function json_encode() in C:\wamp\www\myproject\application\controllers\auth\auth.php on line 142
How can I solve that please help me out.
You will have to use a library as if you check the PHP.net page you will see the function is not available until v5.2.
json_encode
(PHP 5 >= 5.2.0, PECL json >= 1.2.0, PHP 7)
http://php.net/manual/en/function.json-encode.php