php 接收textarea内容 处理回车入库
更新:HHH   时间:2023-1-7


$content = $_POST['content'];

echo str_replace("\n", "<br />", $content);

写入数据库效果

返回web开发教程...