I am a newbie for Codeigniter, I want to parse JSON data in this framework, Please give me some tutorial or Example for that.
I have done JSON Parsing with Android… Please Help Me with That PHP Framework.
Thanks in advance…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PHP has it’s own JSON functions (i.e. it’s framework agnostic) that you can use for manipulating JSON: http://php.net/manual/en/book.json.php
To convert JSON into PHP array/object use http://www.php.net/manual/en/function.json-decode.php