将移动应用程序与网络同步 - Flash Builder for PHP

发布于 2024-11-29 16:39:02 字数 130 浏览 1 评论 0原文

我开始尝试 Flash Builder for PHP 移动项目,我发现它很有趣。我可以将应用程序连接到本地数据库,但我想知道如何从网站更新移动应用程序的数据? 如果有人能给我一个线索,我将非常感激。 谢谢!!!

Im starting experiment with Flash Builder for PHP mobile projects 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!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡淡の花香 2024-12-06 16:39:02

在 php.ini 中创建一个 API。我会创建一个 JSON api:

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

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

$arr=array($all, $the, $data, $to, $send);
echo json_encode((object)$arr);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文