真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

php導(dǎo)入數(shù)據(jù)庫不成功 php導(dǎo)入數(shù)據(jù)庫不成功怎么辦

Php無法向數(shù)據(jù)庫插入數(shù)據(jù)

INSERT INTO msg(title,contents,dates) VALUES ($title,$cons,now())

十載專業(yè)網(wǎng)站制作公司歷程,堅(jiān)持以創(chuàng)新為先導(dǎo)的網(wǎng)站服務(wù),服務(wù)超過上千企業(yè)及個(gè)人,涉及網(wǎng)站設(shè)計(jì)、手機(jī)APP定制開發(fā)、微信開發(fā)、平面設(shè)計(jì)、互聯(lián)網(wǎng)整合營銷等多個(gè)領(lǐng)域。在不同行業(yè)和領(lǐng)域給人們的工作和生活帶來美好變化。

將字段名兩邊的單引號(hào)去掉就沒問題了,親測成功!希望能幫到你。

php插入數(shù)據(jù)庫不成功 但是也沒有報(bào)錯(cuò)

$sql="INSERT into news_list (id,title,author,content,time) VALUES (NULL, '$title' , '$author', '$content', now())";

向數(shù)據(jù)庫插入數(shù)據(jù)的時(shí)候,varchar型的需要加單引號(hào)。

php無法插入值到數(shù)據(jù)庫,是什么原因?

有什么提示信息么,dates的類型如果是date類型,你插入'now()'應(yīng)該會(huì)有錯(cuò)誤,最好開啟錯(cuò)誤提示,不然不好判斷。

php表單數(shù)據(jù)無法插入數(shù)據(jù)庫,新人請(qǐng)指教。

$sql="INSERT

INTO

news(`id`,`title`,`dates`,`contents`)

VALUES

('','{$title}',now(),'{$con}')";

你的

SQL語句

有點(diǎn)問題。還有SQL不分大小寫,但這樣寫更清楚一些。

先確認(rèn)數(shù)據(jù)庫連接是正常的,然后echo

$sql

看看,數(shù)據(jù)是否正常,然后再寫入庫。

出問題了調(diào)試要步步試下來,就知道問題出在哪里了。

php 插入數(shù)據(jù)庫無效

親,你數(shù)據(jù)庫id設(shè)置成自動(dòng)生成,不用插入數(shù)據(jù)可了吧,我給你一段我寫的注冊,你看看,原理一樣,你改下sql語句插入就ok

?php

if($_POST["submit"]){

if(empty($_POST['member_user']))

echo "scriptalert('帳號(hào)不能為空');location='?tj=register';/script";

else if(empty($_POST['member_password']))

echo "scriptalert('密碼不能為空');location='?tj=register';/script";

else if($_POST['member_password']!=$_POST['pass'])

echo "scriptalert('兩次密碼不一樣');location='?tj=register';/script";

else if(!empty($_POST['member_qq'])!is_numeric($_POST['member_qq']))

echo "scriptalert('qq號(hào)必須全為數(shù)字');location='?tj=register';/script";

else if(!empty($_POST['member_phone'])!is_numeric($_POST['member_phone']))

echo "scriptalert('手機(jī)號(hào)碼必須全為數(shù)字');location='?tj=register';/script";

else if(!empty($_POST['member_email'])!ereg("([0-9a-zA-Z]+)([@])([0-9a-zA-Z]+)(.)([0-9a-zA-Z]+)",$_POST['member_email']))

echo "scriptalert('郵箱輸入不合法');location='?tj=register';/script";

else{

$_SESSION['member']=$_POST['member_user'];

$sql="insert into member values('','".$_POST['member_user']."','".$_POST['member_password']."','".$_POST['member_name']."','".$_POST['member_sex']."','".$_POST['member_qq']."','".$_POST['member_phone']."','".$_POST['member_email']."')";

$result=mysql_query($sql)or die(mysql_error());

if($result)

echo "scriptalert('恭喜你注冊成功,馬上進(jìn)入主頁面');location='member.php';/script";

else

{

echo "scriptalert('注冊失敗');location='index.php';/script";

mysql_close();

}

}

}

?

form id="theForm" name="theForm" method="post" action="" onSubmit="return chk(this)" runat="server" style="margin-bottom:0px;"

table width="350" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#B3B3B3"

tr

td colspan="2" align="center" bgcolor="#EBEBEB"會(huì)員注冊 以下打“*”為必填項(xiàng)/td

/tr

tr

td width="60" align="right" bgcolor="#FFFFFF"賬 號(hào):/td

td width="317" bgcolor="#FFFFFF"input name="member_user" type="text" id="member_user" size="20" maxlength="20" /

font color="#FF0000" */font(由數(shù)字或字母組成)/td

/tr

tr

td align="right" bgcolor="#FFFFFF"密 碼:/td

td bgcolor="#FFFFFF"input name="member_password" type="password" id="member_password" size="20" maxlength="20" /

font color="#FF0000" */font(由數(shù)字或字母組成)/td

/tr

tr

td align="right" bgcolor="#FFFFFF"確認(rèn)密碼:/td

td bgcolor="#FFFFFF"input name="pass" type="password" id="pass" size="20" /

font color="#FF0000" */font(再次輸入密碼)/td

/tr

tr

td align="right" bgcolor="#FFFFFF"真實(shí)姓名:/td

td bgcolor="#FFFFFF"input name="member_name" type="text" id="member_name" size="20" /

labelfont color="#FF0000"*/font/label/td

/tr

tr

td align="right" bgcolor="#FFFFFF"性 別:/td

td align="left" bgcolor="#FFFFFF"

input name="member_sex" type="radio" id="0" value="男" checked="checked" /

input type="radio" name="member_sex" value="女" id="1" /

女 /label/td

/tr

tr

td align="right" bgcolor="#FFFFFF"Q Q:/td

td bgcolor="#FFFFFF"input name="member_qq" type="text" id="member_qq" size="20"http://td

/tr

tr

td align="right" bgcolor="#FFFFFF"聯(lián)系方式:/td

td bgcolor="#FFFFFF"input name="member_phone" type="text" id="member_phone" size="20"http://td

/tr

tr

td align="right" bgcolor="#FFFFFF"電子郵箱:/td

td bgcolor="#FFFFFF"input name="member_email" type="text" id="member_email" size="20"http://td

/tr

tr

td colspan="2" align="center" bgcolor="#FFFFFF"input type="reset" name="button" id="button" value="重置表單" /

input type="submit" name="submit" id="submit" value="確定注冊" //td

/tr

/table

/form


新聞名稱:php導(dǎo)入數(shù)據(jù)庫不成功 php導(dǎo)入數(shù)據(jù)庫不成功怎么辦
URL分享:http://weahome.cn/article/hhsdge.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部