第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

請問PHP,MySQL錯誤:列計數(shù)與第1行的值計數(shù)不匹配

請問PHP,MySQL錯誤:列計數(shù)與第1行的值計數(shù)不匹配

PHP
郎朗坤 2019-12-02 08:04:01
PHP,MySQL錯誤:列計數(shù)與第1行的值計數(shù)不匹配我收到這個錯誤:Column count doesn't match value count at row 1從以下代碼:$name = $_GET['name'];$description = $_GET['description'];$shortDescription = $_GET['shortDescription'];$ingredients = $_GET['ingredients'];$method = $_GET['method'];//$image = $_GET['image'];$username = $_GET['username'];$length = $_GET['length'];$dateAdded = uk_date();$conn = mysql_connect('localhost', 'dbname', 'pass');mysql_select_db('dbname');$query = sprintf("INSERT INTO dbname (id, Name, Description, shortDescription, Ingredients, Method, Length, dateAdded, Username) VALUES ('', '%s', '%s', '%s', '%s', '%s', '%s', '%s')",     mysql_real_escape_string($name),     mysql_real_escape_string($description),     mysql_real_escape_string($shortDescription),     mysql_real_escape_string($ingredients),     //mysql_real_escape_string($image),     mysql_real_escape_string($length),     mysql_real_escape_string($dateAdded),     mysql_real_escape_string($username));     $result = mysql_query($query) or die(mysql_error());錯誤是什么意思?
查看完整描述

3 回答

?
翻過高山走不出你

TA貢獻(xiàn)1875條經(jīng)驗 獲得超3個贊

您列出了9個字段,但只有8個值。嘗試添加方法。

查看完整回答
反對 回復(fù) 2019-12-03
?
達(dá)令說

TA貢獻(xiàn)1821條經(jīng)驗 獲得超6個贊

您的查詢有8個甚至可能是9個變量,即。名稱,描述等但是值,這些東西---> '', '%s', '%s', '%s', '%s', '%s', '%s', '%s')",只有7個,變量的數(shù)量必須與值相同。

我有同樣的問題,但我想出來了。希望它也適合你。


查看完整回答
反對 回復(fù) 2019-12-03
  • 3 回答
  • 0 關(guān)注
  • 308 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號