PHP 到 Objective-C

发布于 2024-11-04 16:23:32 字数 308 浏览 2 评论 0原文

我有一个 PHP 脚本,它采用 HTML URL 作为输入,并根据返回的 HTML 提供文本作为输出。在 iOS 应用程序中使用此脚本的选项有哪些?

  1. 将 PHP 脚本转换为 Objective-C
  2. 将 PHP 脚本托管在服务器上,并使用 HTML URL 作为输入调用 PHP 脚本。

还有其他我错过的选择吗?我假设要求在应用程序中运行 Web 服务器有点太多了:)

我更愿意通过 eLance/oDesk/RentACoder 等执行 (1) - 是否有推荐的网站/公司可以执行此操作?

谢谢

I have a PHP script that takes an HTML URL as input and provides text based on the returned HTML as output. What are my options for using this script within an iOS app.

  1. Convert the PHP Script to Objective-C
  2. Host the PHP script on a server and call the PHP script using the HTML URL as input.

Are there any other options I've missed? I'm assuming its a little bit too much to ask to have a Web server running within the app :)

I would prefer to do (1) via eLance/oDesk/RentACoder etc - is there a recommended site/company that would do this?

Thanks

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

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

发布评论

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

评论(1

稀香 2024-11-11 16:23:32

这不是在实际设备上运行 php 代码的方法,但另一种选择是使用 Ip-Faces 框架。

(这主要是选项 2 的糖果版本)

Ip-Faces 在服务器上运行 php 代码,但使用本机客户端应用程序来呈现 UI,并处理客户端调用事件

This is not a way to run php code on your actual device, but an alternative option could be using the Ip-Faces framework.

(this is mostly a candy-coated version of option 2)

Ip-Faces runs the php code on a server, but uses a native client app to render a UI, and handle client-side call events

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