Hello Everyone,
Can anyone tell me how to use JSON with PHP code? Please reply as soon as possible.
Thanks in advance!!!
How to use JSON with php?
Ask by Anonymous User
Updated 14 May 2012
There are basically three method through which you could use JSON with PHP which are namely:
Json_decode(), Json_encode() and Json_last_errors().
For more details on this topic check out the following links...
http://www.mindstick.com/Articles/b1e3a83e-029b-4328-909e-3916ea29753f/?How%20to%20use%20JSON%20with%20PHP
I hope it might be resolve your problem. Please marked as answer if your problem will be solved.