making csv file, with multiple values, but this value is array for csv. continue reading below....
$this->envoirment = str_replace("\r\n", "\n", $this->envoirment);
$this->envoirment = str_replace('"', '""', $this->envoirment);
$message .= "\"\"$this->envoirment\"\" \n";
i have array which i serilzed it to string, now this string content comma's, new lines and quotes.
i tryed almost every method to bypass the comma or new line for csv to pickup as single field