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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

不知道為什么插入數(shù)據(jù)失敗, 求大神幫我看看

不知道為什么插入數(shù)據(jù)失敗, 求大神幫我看看

PHP
qq_佩奇呀_0 2018-01-15 15:41:42
這是我的insert.php<?phpheader("Content-type:text/html;charset=utf-8");//接收數(shù)據(jù)$title = $_POST['title'];$content = $_POST['content'];$addtime = date("Y-m-d H:i:s"); ? //2016-3-25 09:56:22//echo $addtime;//對(duì)數(shù)據(jù)進(jìn)行驗(yàn)證if ($title == '' || $content == '') { //echo "標(biāo)題或內(nèi)容不能為空!"; echo "<script>alert('標(biāo)題或內(nèi)容不能為空!'); window.location.href='add.php';</script>"; exit;}//插入數(shù)據(jù)到數(shù)據(jù)庫(kù)//1.連接數(shù)據(jù)庫(kù)$conn = @mysql_connect('localhost','root','');//2.選擇數(shù)據(jù)庫(kù)mysql_select_db("mes");//3.設(shè)置編碼mysql_query("set names utf8");//4.準(zhǔn)備插入sql語(yǔ)句$sql = "insert into mes_info values('','{$title}','{$content}','{$addtime}')";//5.發(fā)送sql語(yǔ)句$res = mysql_query($sql);//判斷是否成功if (!$res) { echo "<script>alert('添加失敗!');</script>";}else{ echo "<script>alert('添加成功!'); window.location.href='index.php';</script>";}?>這是我的add.php里的form表單<form role="form" action="insert.php" method="post"> <div class="form-group"> ? <label>留言主題</label> ? ?<input type="text" class="form-control" name="title"> </div> <div class="form-group"> ? ?<label>留言內(nèi)容</label> <textarea class="form-control" rows="10" name="content"></textarea> </div> ? <input type="submit" class="btn btn-default" value="發(fā)表"> </form>一直提示添加失敗
查看完整描述

1 回答

?
天使之翼死神之鐮

TA貢獻(xiàn)81條經(jīng)驗(yàn) 獲得超102個(gè)贊

你echo $sql看看,應(yīng)該是sql語(yǔ)句問(wèn)題

查看完整回答
1 反對(duì) 回復(fù) 2018-01-16
  • qq_佩奇呀_0
    qq_佩奇呀_0
    insert into mes_info values('','s','s','2018-01-17 02:16:51') 回復(fù)了這個(gè) sql好像沒(méi)問(wèn)題, 我在add里面輸入了s 和s
  • qq_佩奇呀_0
    qq_佩奇呀_0
    然后輸出$res 就是空的, 不知道是不是我下載wamp的問(wèn)題 還是代碼的問(wèn)題
  • 天使之翼死神之鐮
    天使之翼死神之鐮
    你把這段sql在數(shù)據(jù)庫(kù)里運(yùn)行試試看,會(huì)不會(huì)報(bào)錯(cuò)
  • 1 回答
  • 0 關(guān)注
  • 932 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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