我有一个简单的网址,只是想在其中回显一个变量,但它不起作用。
这是代码
<?php
$name = "mysite";
echo "<a href= 'BusinessDisplay.php?address = $name'> hello </a>";
?>
<?php
echo $_GET['address'];
?>
答案 0 :(得分:5)
这个间距是错误的。
"<a href= 'BusinessDisplay.php?address = $name'> hello </a>";
--------------------------------------^-^