我不知道如何在 php 中分配这个值
<textarea rows="25" cols="40" name="content" style="height: 515px; margin: 0px; width: 411px;margin-top:-15px;">
<?php $name = $_SESSION['name']; $last = $_SESSION['last']; readfile('script/$name.$lastScript.txt'); ?>
</textarea>
这样做的正确方法是什么?
如果会话名称的值为 John
最后的会议是史密斯
读取文件必须包含 ('script/JohnSmithScript.txt')