Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个简单的 url,只是想在其中回显一个变量,但它不起作用。
这是代码
<?php $name = "mysite"; echo "<a href= 'BusinessDisplay.php?address = $name'> hello </a>"; ?> <?php echo $_GET['address']; ?>
这个间距是错误的。
"<a href= 'BusinessDisplay.php?address = $name'> hello </a>"; --------------------------------------^-^