>>331
とりあえず他は知らんけど、 $i+2 は $i+=2とか

名前と状態に等しいものが無いという前提でarray_search()
$j = array_search("Cさん",$ary);
if ($j != false) {
echo $ary[++$j];
}
な感じ