提示错误语句:
重新输入新密码
要用等号的话,必须写成
<?= $data['admin_name'];?>
不用等号写法:
<?php echo $data['admin_name'];?>
如:
<?php echo$data["admin_name"];?>