Pourquoi un index non défini apparaît-il toujours ? Comment le résoudre ?
手机用户1606464442
手机用户1606464442 2020-11-27 16:19:23
0
1
1353
<?php
	include("connect/connect.php");
	$xh=$_GET['xh'];
	$sql="select xh,xm,xb,zymc from xsjbxxb where xh=".$xh;/lect host,user from user
	$result=mysqli_query($conn,$sql);
	while( $arr=mysqli_fetch_array($result) )
	{
	?>
	<form id="form1" method="post" action="update_ok_1.php">
	<table border="1" width="400" align="center" cellpadding="0" cellspacing="0">
		<tr>
			<td width="100">学号:</td>
			<td><input type="text" name="xh" value="<?php echo $arr[0]; ?>"readonly></input></td>
		</tr>
		<tr>
			<td>姓名:</td>
			<td><?php echo $arr[1]; ?></td>
		</tr>
			<tr>
			<td>性别:</td>
			<td><?php echo $arr[2]; ?></td>
		</tr>
			<tr>
			<td>专业名称:</td>
			<td>
				<?php echo $arr[3]; ?>
			</td>
		</tr>
		<tr>
			<td colspan="2" align="center"><input type="submit" name="sub1" value="添加">&nbsp;&nbsp;
				<input type="reset" name="sub2" value="清空">
			</td>
			</tr>
		
	<?php
	}
		?>
		</form>
	</table>
</body>

手机用户1606464442
手机用户1606464442

répondre à tous(1)
天蓬大人

Le champ xh est-il la clé primaire ?

Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!