我正在处理项目,我将按HTML5
实施,我将使用phonegap
为我提供多平台应用程序,并且database
中有server
个我想通过database
将php
与应用程序相关联,但有问题,因为phonegap
不接受php
个文件.....
现在我不知道connect
如何database
应用server database
我看到了这个链接
http://docs.phonegap.com/en/1.2.0/phonegap_storage_storage.md.html
它正在谈论本地数据库,我想与phonegap
是否有任何解决方案可以将server
与database
{{1}}联系起来?
如果有关于那种方式的教程会更好
答案 0 :(得分:1)
您可以使用Jquery Ajax请求来调用处理数据库并以json或xml格式返回数据的php方法,当ajax请求成功时,它会返回数据,您可以使用phonegap处理它
本教程如果您不使用Jquery并使用java脚本
http://simonmacdonald.blogspot.com/2011/12/on-third-day-of-phonegapping-getting.html
在这里,如果你使用jquery http://www.indiageeks.in/phonegap-jquery-ajax-example-jsonjavascript-object-notation-response/
这里的例子如何在php中将数据转换为json
http://www.tutorialspoint.com/json/json_php_example.htm
让我回到任何不明显的事情