function changeLine($text,$line ,$replacewith){ $text=explode('/n' , $text); $text[$line] = $replacewith; return implode($ftext); }