代码拉取完成,页面将自动刷新
<?php
include_once ('admin_background_head.php');
?>
<?php
include_once ('conn.php');
$userid = $_GET["userid"];
$sql =<<<SQL
SELECT * FROM thing
WHERE id= $userid
SQL;
$query = mysqli_query($link,$sql);
$infors = mysqli_fetch_all($query,MYSQLI_ASSOC);
$user_id = $infors[0]['id'];
$user_name = $infors[0]['name'];
$user_phone = $infors[0]['phone'];
$things = $infors[0]['things'];
?>
<div>
<h1 class="layui-bg-red" align="center">最美志愿者<?php echo $user_name;?>的信息修改</h1>
<hr class="layui-bg-orange" >
<form action="admin_voluntary_style_update_end.php" method="post">
<div ng-show="show">
<table cellpadding="10" cellspacing="1" border="soild 1px #000">
<tr>
<td>编号:</td>
<td>
<input type="text" name="userid" disabled value="<?php echo $infors[0]['id']; ?>">
<input type="text" name="userid" hidden readonly value="<?php echo $infors[0]['id']; ?>">
</td>
</tr>
<tr>
<td>用户名:</td>
<td>
<input type="text" name="username" disabled value="<?php echo $infors[0]['name']; ?>">
<input type="text" id="user_name" name="username" hidden readonly value="<?php echo $infors[0]['name']; ?>">
</td>
</tr>
<tr>
<td>时间</td>
<td>
<input type="date" id="time" name="time" style="width: 100%">
</td>
</tr>
<tr>
<td>事迹:</td>
<td style="height: 100px">
<input type="text" name="thing" style="width: 100%;height: 100%" value="<?php echo $infors[0]['things'];?>">
</td>
</tr>
<tr align="center">
<td colspan="2"><input type="submit" id="btn_sub" value="修改"></td>
</tr>
</table>
</div>
</form>
</div>
<?php
include_once ('admin_background_foot.php');
?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。