我的文本区域字段是这样的:
<textarea type="text" id="tos"><?php echo $tos; ?></textarea> 输出是:
Terms of Service of 'Website Name'
1. Term one
2. Term two
3. Term three
4. Term four
5. Term five
如何作为'Website Name'php echo 从包含的文件或数据库表中获取站点名称,而不是手动输入?文件中的 var 是$site.
我无法在文本框中使用 php 标签,那么如何使用{site}或从包含文件中的{sitename}var 获取值?$site
繁华开满天机