警告:mysqli_select_db()期望参数1为mysqli,给定字符串

时间:2015-10-12 17:10:28

标签: php mysqli

"builds": {
    "web": {
        "default": true
    },
    "native": {
        "packager": "phonegap",
        "phonegap" : {
            "config": {
                "platform": "android",
                "remote":true,
                "id": "com.company.myapp",
                "name" : "MyApp"
            }
        }
    },
    "chrome": { // <-- here I would like my custom options if possible
        "indexHtmlPath": "indexChrome.html"
        "buildPath": "googlechromeapp" // <-- I know it's not valid, but is there a way to change the build path here somehow too?
    }
 }

我收到错误,当我删除$ link时,我收到了另一个错误

0 个答案:

没有答案