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.
<?php $var = "sub"; echo $_GET['{$var}']; ?>
mydomain.com?sub=hii を呼び出したときにこれが機能するようにします。これを機能させる他の方法はありますか?データベースからランダムな $var 値を使用したいと考えています。