$replace = array(',,,"', ',,,x');$replacewith = ",";foreach($old_lines as $line){ $newstring = str_replace($replace, $replacewith, $line); //process the string}