dongtigai3875 2014-08-10 21:46
浏览 60

使用Phonegap,ajax和php构建应用程序

I want to build an app with php, ajax and phonegap via the following ways: All the client files in the app will be coded with ajax and html while the server side will be in php hosted online. My question is will php session works with phonegap and ajax since the client files will be on phone which makes connections call to php files on server. Will session works from one page to another

  • 写回答

4条回答 默认 最新

  • dongmei3498 2014-08-10 22:20
    关注

    You can always use the HTML5 localstorage to store data. As far as I know you can't use cookies with Phonegap apps.

    评论

报告相同问题?