$fix = array(array('á','é','í','ó','ú'), array('á','é','í','ó','ú')); $msje = preg_replace($fix[0],$fix[1],$msje);