<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>학생 관리 시스템</title>
< ;/head>
<body>
<?php include ('menu.php');
//데이터베이스 링크
header("content-type:text/html;charset=utf8");
$conn =mysqli_connect("localhost","root","root","edu");
mysqli_set_charset($conn,"utf8");
$id=$_GET['id'];
//SQL 실행
$ sql_select = "id='id'인 stu에서 * 선택";
$stmt = mysqli_query($conn,$sql_select);
//Judge
if ($stmt > 0)
{
$stu = mysqli_fetch_assoc($ stmt); // 데이터 분석
}else{
die("해당 ID 없음:{$_GET['id']}");
}
?>
<h3>학생 정보 수정</h3> <form action="action.php?action=edit" method="post">
<input type="hidden" name="id" value="<?php echo $stu['id' ] ;?>">
=" <?php echo $stu['name'];?>"></td>
" " </tr>
" " " <td> 나이</td>
" <td> ;<input type="text" name="age" value="<?php echo $stu['age'];?>"></td> ;???? > <?php echo ($stu[' 성별'] == "여성" )? "확인됨":"";?>여성
</td>
</tr>
<tr>
<td>班级</td>
<td><input type="text" name="class" " 값="< ?php echo $stu['class']?>"></td>
</tr>
<tr>
<td a href="index.php">返回</ td>
<td><input type="submit" value="修改"></td>
<td><input type="reset" value="置">중< /td>
</tr>
</table>
</form>
</body>
</html>
sunten2019-02-13 21:25:57
동일한 문제가 발생했습니다. 수정이 성공하면 프롬프트는 다음과 같습니다.
주의: mysqli_result 클래스의 개체는 19행의 E:phpStudyWWWstuedit.php에서 int로 변환될 수 없습니다