but I do know if I do a json.member I get a valid object
it would seem that this is the reason its not working but why?
server side:
<?php
$arr = $_GET;
$myjson = json_encode($arr);
echo $myjson;
?>On Tue, Jun 2, 2009 at 7:55 AM, Steven Yang <kenshin520@gmail.com> wrote:
json is the data passed back from the serverdoes the data passed back from server look like{"member" :{"name" : "some name"}}?or are u just trying to access your "data"?
--
Power Tumbling - http://www.powertumbling.dk
OSG-Help - http://osghelp.com
No comments:
Post a Comment