【PHP】$_POSTの処理 4月 21, 2015yuohgi コメントする @_POSTの中身がなかった時処理をスルーさせたかった if(isset($_POST)){ // ここに入る } if(!empty($_POST)){ // ここには入らない }