dongzai2952 2014-02-12 11:06
浏览 55
已采纳

php include不工作cordova android app

I have a index.php which is split into multiple modules like header.php, footer.php and when i use require method available in php i.e (require(header.php), require(footer.php)) it works fine in browsers and it's is not working when i converted it into android apk using cordova 3.0.0.

  • 写回答

1条回答 默认 最新

  • dpv50040 2014-02-12 11:32
    关注

    They aren't related. You can't have server side code running on client.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?