gpt4 book ai didi

php - 如何在数据库中插入 "Enter"

转载 作者:行者123 更新时间:2023-11-29 04:39:59 26 4
gpt4 key购买 nike

我有这样的情况:用户在文本区域中插入文本。用户决定何时按 Enter,因此文本可能如下所示:

text text text text
text text
text
text text
text

text text text text

此文本进入数据库表,随后在 div 中回显。问题是当它被回显时它看起来像这样:

text text text text text text text text text text text text text

我该怎么做才能以这种方式将文本插入数据库,以便在回显时它也包含“Enters”?

最佳答案

使用 php nl2br() 函数

<?php
echo nl2br("YOUR TEXTAREA VALUE HERE", false);
?>

关于php - 如何在数据库中插入 "Enter",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31748986/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com