<?php if($_GET['status']==0){ $array=array(); foreach($list as $value){ if($value['status']==0){ $array[] = $value; } } $list = $array; } ?>