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 に「first」というクエリ文字列項目が含まれていて、その値が「true」に設定されているかどうかを確認する IF 条件を PHP で作成するにはどうすればよいですか?
質問の意味がわかりませんでしたが、これでよろしいですか?
if($_GET['first'] == 'true') { echo 'foo'; }