【发布时间】:2015-02-13 15:19:08
【问题描述】:
我想使用 URL 传递 php 变量的值,方法是使用变量名。这是我想要实现的目标的示例,它不起作用,bu 也不会崩溃,所以我知道我很接近......任何人......请:
<a href="student_what_learning_unit.php?student=<?php $student_user ?>">Unit Learning</a>
【问题讨论】:
-
定义它不起作用。
-
当然不行你需要
echo$student_user