使用$ _GET []在php中提取url变量

时间:2012-11-20 14:45:06

标签: php url variables

我有一个简单的网址,只是想在其中回显一个变量,但它不起作用。

这是代码

<?php    
$name = "mysite";    
echo "<a href= 'BusinessDisplay.php?address = $name'> hello </a>";    
?>

<?php     
echo $_GET['address'];    
?>

1 个答案:

答案 0 :(得分:5)

这个间距是错误的。

"<a href= 'BusinessDisplay.php?address = $name'> hello </a>";
--------------------------------------^-^