我要提交留言,然后一提交,就能把新留言显示在当前页面,求这个效果的php代码

2025-03-24 02:32:12
推荐回答(1个)
回答1:

list.php
echo $_POST['content'], $_POST['user'];

index.php











....