function cek ($table,$yeni) {

$array = array();

foreach ($table as $yeni) {

$array[] = $yeni;

}

return $array;

}