/* Pour informations: CR : Carriage Return ( 0x0D ) LF : Line Feed ( 0x0A ) */ $myVarsWithoutCRLF = str_replace(array("\n","\r")," ",$myVars);