开发者

syncing mobile app with web - Flash Builder for PHP

Im starting experiment with Flash Builder for PHP mobile p开发者_如何学Pythonrojects and I found it facinating. I could connect the app to a local database, but I was wondering how can I update the data of the mobile app from a website?. If someone can give me a clue I will really apreciated it. Thanks!!!


Create an API in php. I would create a JSON api:

$arr=array($all, $the, $data, $to, $send);
echo json_encode((object)$arr);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜