php 5.1.6 json_encode and codeigniter

Posted by NachoF on Stack Overflow See other posts from Stack Overflow or by NachoF
Published on 2010-05-24T21:39:00Z Indexed on 2010/05/25 5:31 UTC
Read the original article Hit count: 204

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about JSON