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

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

php按鈕提交數(shù)據(jù) phpget提交

php里點擊頁面的提交的按鈕怎樣既把信息提交到數(shù)據(jù)庫,同時信息又顯示在另一個頁面上

a.php頁面提交的表單到b.php頁面;b.php頁面先將得到的post數(shù)據(jù)寫入數(shù)據(jù)庫,然后直接輸出post的數(shù)據(jù)。

創(chuàng)新互聯(lián)主要從事網(wǎng)站制作、成都網(wǎng)站設(shè)計、網(wǎng)頁設(shè)計、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)慶陽,十載網(wǎng)站建設(shè)經(jīng)驗,價格優(yōu)惠、服務(wù)專業(yè),歡迎來電咨詢建站服務(wù):18980820575

php 點擊按鈕提交后提交到PHP頁面,并且此數(shù)據(jù)消失,本頁面不刷新

Button?onclick="submit(this.getAttribute('id'))"?id="1"提交/Button

table

tr

tdButton?class="btn"?id="1"提交/Button/td

/tr

tr

tdButton?class="btn"?id="2"提交/Button/td

/tr

tr

tdButton?class="btn"?id="3"提交/Button/td

/tr

tr

tdButton?class="btn"?id="4"提交/Button/td

/tr

/table

script

$(function(){

$(".btn").click(function(){

var?id?=?$(this).attr("id");

var?self?=?this;

$.ajax({

type:'post',

dataType:'json'

url:'submit.php',

data:{id:id},

success:function(){

$(self).parent().parent().remove();//刪除該按鈕

}

})

})

})

/script

php中按鈕怎么提交數(shù)據(jù)到數(shù)據(jù)庫中?

利用表單提交,范例代碼如下:

!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Transitional//EN"?""

html?xmlns=""

head

meta?http-equiv="Content-Type"?content="text/html;?charset=gb2312"?/

title無標題文檔/title

/head

body

table???

form?name=""?action="ip地址"?method="post"?????(這里是新增的)

tr

td?valign="top"?height="110"興趣特長:/td

tdtextarea?name="content"??rows="6"?class="textarea0"?style="width:630px"?/textarea/td

/tr

tr

td?valign="top"自我評價:/td

tdtextarea?name="content"??rows="6"?class="textarea0"?style="width:630px"?/textarea/td

/tr

tr

td?colspan="2"?align="center"input?type="submit"?value="提交"?//td

/tr

/form?(這里是新增的)

/table

/body

/html

php修改內(nèi)容怎么點擊按鈕提交到數(shù)據(jù)庫???

if (isset($_POST[tj])){

$sql=mysql_query("update gg set bt='$bt' nr='$nr' where id='$_GET[update]'");

}

發(fā)現(xiàn)了一個錯誤,其他地方不知道還有沒有,sql語句有問題

"update gg set bt='$bt',nr='$nr' where id='$_GET[update]'"

bt='$bt',nr='$nr' 字段賦值,中間用“,”連接

你可以輸出sql語句看語句是否有問題,也可以復(fù)制輸出語句去數(shù)據(jù)庫直接執(zhí)行下看是不是有邏輯錯誤,確定沒問題了再去看其他地方是否有問題


分享文章:php按鈕提交數(shù)據(jù) phpget提交
URL地址:http://weahome.cn/article/ddcjoej.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部