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.
一部のサーバーはこれを受け入れる場合があります
<?= $link1; ?>
しかし、通常、使用する方が安全です
<?php echo $link1; ?>