$post1=array( 'a','b','c' ,'d' ); $post2=array( 'e','f','g' ,'h' ); $pm['message'] = str_replace($post1, $post2, $pm['message']);$pmdm->setr('message', $pm['message']);