Welcome Guest, Not a member yet? Register   Sign In
any luck w/ json encode decode?
#3

[eluser]CI jforth[/eluser]
I'm just testing something here.

if I take this json feed http://jaiku.com/feed/json

and do this
Code:
$h = fopen('http://jaiku.com/feed/json');
$f = stream_get_contents($h);
fclose($h);

$decode = json_decode($f);
$encode = json_encode($decode);

echo $encode;

I'm unable to parse the what should be the same code.


Messages In This Thread
any luck w/ json encode decode? - by El Forum - 12-10-2007, 11:48 AM
any luck w/ json encode decode? - by El Forum - 12-10-2007, 12:41 PM
any luck w/ json encode decode? - by El Forum - 12-10-2007, 06:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB