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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

跳轉(zhuǎn)以后顯示的條數(shù)是未添加的條數(shù)

location 跳轉(zhuǎn)以后顯示的條數(shù)是未添加的條數(shù)得刷新才能顯示,這個(gè)是什么問題~~~求助

正在回答

1 回答

<?php

header('content-type:text/html;charset=utf-8');
error_reporting(E_ALL^E_NOTICE);
$mysqli?=?new?mysqli('localhost','root','199486','test');
if($mysqli->connect_errno){
????die('connect?error'.$mysqli->connect_error);
}
$mysqli->set_charset('utf8');
$username?=?$_POST['username'];
$password?=?$_POST['password'];
$age?=?$_POST['age'];
$act?=?$_GET['act'];
$id?=?$_GET['id'];
switch?($act){
????case?'addUser':
????????$sql?=?"INSERT?student(username,password,age)VALUES
????????('{$username}','{$password}','{$age}')";
????????$res=$mysqli->query($sql);
????????if($res){
????????????$insert_id?=?$mysqli->insert_id;
????????????echo?"<script>
????????????????????alert('添加成功,網(wǎng)站的第{$insert_id}');
????????????????????location.href='user_list.php';
????????????</script>";
????????????exit;
????????}else{
????????????echo?"<script>
????????????????????alert('添加失敗');
????????????????????location.href='addUser.php';
????????????</script>";
????????}
????????break;
????case?'delUser':
????????$sql?=?"DELETE?FROM?student?WHERE?id=".$id;
????????$res?=?$mysqli->query($sql);
????????if($res){
????????????$mes?=?"刪除成功";
????????}else{
????????????$mes?=?"刪除失敗";
????????}
????????$url?=?"user_list.php";
????????echo?"<script>
????????????????????alert('{$mes}');
????????????????????location.href='{$url}';
????????????</script>";
????????break;
}
?>

不明白你說的意思,給你看下我的

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

wwhday 提問者

我找到問題了,用別的瀏覽器就可以,估計(jì)是360安全瀏覽器的緩存問題。。
2017-02-20 回復(fù) 有任何疑惑可以回復(fù)我~
#2

西蘭花偉大炮 回復(fù) wwhday 提問者

兄弟,你就不能采納一下答案
2017-02-20 回復(fù) 有任何疑惑可以回復(fù)我~
#3

wwhday 提問者

非常感謝!
2017-02-20 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

跳轉(zhuǎn)以后顯示的條數(shù)是未添加的條數(shù)

我要回答 關(guān)注問題
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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