gpt4 book ai didi

php - 在mysql文本字段中存储一个变量

转载 作者:太空宇宙 更新时间:2023-11-03 10:37:35 26 4
gpt4 key购买 nike

我应该使用什么技术在文本 block 中输入 $variable 以存储在 mysql 中。例如:

Dear {name}, here is some stored text from the database. Thanks {company_name}

在检索到它之后,我猜我会使用类似 preg_replace 的东西,然后将变量转换为这样的值

Dear Mr Smith, here is some stored text from the database. Thanks Company Ltd

我知道我可以只使用 preg_replace 但我如何避免用与变量相同的字母替换单词?

最佳答案

为什么不使用 str_replace('{name}',$name,$text);

关于php - 在mysql文本字段中存储一个变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45226210/

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