Page 1 of 1
Any good PHP / JSON coders here? I'm stuck!
Posted: Wed Jan 13, 2010 4:44 pm
by Noel
I need some help with a json result and puting the needed data in an array.
Do we have any good PHP / JSON coders here who can give me some help with this?
It's NOT domotica releated.
If interested than please let me know.
Thank you.
Re: Any good PHP / JSON coders here? I'm stuck!
Posted: Wed Jan 13, 2010 5:12 pm
by Rutto
If you are using the right version of php you can use
http://php.net/manual/en/function.json-decode.php
Rutger
Re: Any good PHP / JSON coders here? I'm stuck!
Posted: Wed Jan 13, 2010 8:58 pm
by Noel
Hi Rutger,
Yes I did have a look at that page already, but for some reason it's not showing me the data in an array.
For me the returned result is all on one line.
Re: Any good PHP / JSON coders here? I'm stuck!
Posted: Wed Jan 13, 2010 11:01 pm
by Rutto
Can you post a piece of json code that is returned, then I will try some things.
Re: Any good PHP / JSON coders here? I'm stuck!
Posted: Wed Jan 13, 2010 11:28 pm
by Noel
Problem solved!
Thank you Bas!
Re: Any good PHP / JSON coders here? I'm stuck!
Posted: Thu Jan 14, 2010 10:11 am
by Bjochems
You're welcome. Good luck with the project!