PHP

URLパラメーターによる出し分け

<?php if(isset($_GET)) { $test = $_GET; } ?><?php if($test): ?><?php else: ?>&l ...