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>"; --------------------------------------^-^