Im building a codeigniter app which uses json_encode to provide ajax data in many places… today I learned that the server has php 5.1.6 which doesnt support this method (or json_decode).. what can I do?? please help.
Im building a codeigniter app which uses json_encode to provide ajax data in many
Share
I needed json_encode and json_decode for jquery grid.
I tried upgradephp but json_encode didnt seem to work with jquery grid so I deleted that function from the file and added this one. json_decode seems to work just fine though.