Notice: Undefined index: username in E:\wamp\www\messagebook\update.php on line 14,15,16
这是代码:<html><head><metahttp-equiv="Content-Type"content="text/html;charset=UTF-8"><tit...
这是代码:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body>
<?php
include_once "Connection.php";
$crud= new Connection();
if($eid=isset($_GET['eid'])) {
$updateRow=$crud->select($_GET['eid']);
}
$eid = $_GET['eid'];
$username = $_POST['username'];
$title = $_POST['title'];
$content = $_POST['content'];
if($eid != null && $title != null && $content != null) {
$result = $crud->update($eid, $username, $title, $content);
if($result>0) {
?>
<script LANGUAGE='Javascript' type="">
location.href='http://localhost/messagebook/list.php';
</script>
<?php }else {?>ssss
<script LANGUAGE='Javascript' type="">
location.href='http://localhost/messagebook/list.php';
</script>
<?php }
}
?> 展开
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body>
<?php
include_once "Connection.php";
$crud= new Connection();
if($eid=isset($_GET['eid'])) {
$updateRow=$crud->select($_GET['eid']);
}
$eid = $_GET['eid'];
$username = $_POST['username'];
$title = $_POST['title'];
$content = $_POST['content'];
if($eid != null && $title != null && $content != null) {
$result = $crud->update($eid, $username, $title, $content);
if($result>0) {
?>
<script LANGUAGE='Javascript' type="">
location.href='http://localhost/messagebook/list.php';
</script>
<?php }else {?>ssss
<script LANGUAGE='Javascript' type="">
location.href='http://localhost/messagebook/list.php';
</script>
<?php }
}
?> 展开
3个回答
展开全部
检查下是否POST过USERNAME到当前页面~~~还有,你那个GET、POST的数据不过滤转义就直接进数据库了,想被注?
更多追问追答
追问
是否POST过USERNAME到当前页面 这是什么意思啊,不懂。。。求具体改正过的代码
是否POST过USERNAME到当前页面 这是什么意思啊,不懂。。。求具体改正过的代码
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
error_reporting(0);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-12-29
展开全部
谢谢桂顾,嘻嘻
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询