Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/297.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/41.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在iPhone中访问PHP web服务_Php_Iphone_Web Services - Fatal编程技术网

在iPhone中访问PHP web服务

在iPhone中访问PHP web服务,php,iphone,web-services,Php,Iphone,Web Services,我已经在iPhone中访问了.net Web服务,现在我喜欢开发PHP Web服务,它必须由我的iPhone应用程序使用 有没有可能在iPhone中使用PHP web服务,如果可能的话,有谁能给我推荐一个好的教程或web参考,让我用PHP设计一个简单的web服务并通过iPhone应用程序使用它 事先非常感谢……是的,这是完全可能的。客户机(iPhone)根本不关心您在服务器上使用什么编程语言,只要输出(HTML、XML、JSON,以及您想要使用的任何其他内容)是客户机能够理解的 你不需要教程,这

我已经在iPhone中访问了.net Web服务,现在我喜欢开发PHP Web服务,它必须由我的iPhone应用程序使用

有没有可能在iPhone中使用PHP web服务,如果可能的话,有谁能给我推荐一个好的教程或web参考,让我用PHP设计一个简单的web服务并通过iPhone应用程序使用它


事先非常感谢……

是的,这是完全可能的。客户机(iPhone)根本不关心您在服务器上使用什么编程语言,只要输出(HTML、XML、JSON,以及您想要使用的任何其他内容)是客户机能够理解的


你不需要教程,这和用PHP创建一个普通网站没有什么不同。

谢谢deceze让我理解。