返回。php留言评论功能开发( 二 )。" />

php留言评论功能开发( 二 )


</tr>
<tr bgColor="#ffffff">
<td><div align="right">时间:<?php echo $row['lastdate'];?></td>
</tr>
<?php } ?>
<tr bgcolor="#f0fff0">
<td><div align="right"><a href=https://www.isolves.com/it/cxkf/yy/php/2019-09-06/"add.html">返回留言
</tr>
</table>
</body>
</html>
创建删除留言del.php页面
<?phpinclude 'conn.php'; $id = $_GET['id']; $query="delete from message where id=".$id; mysqli_query($conn,$query); //页面跳转,实现方式为JAVAscript$url = "list.php"; echo "<script>"; echo "window.location.href=https://www.isolves.com/it/cxkf/yy/php/2019-09-06/'$url'"; echo "";?>



推荐阅读