I want to export some data to CVS but some of my varchar have \n
and I dont' want it ...
the problem is the function nl2br creates some newlines ... (I had tried nl2br then str_replace('br','',...)
but it doesn't work
does any one have an idea of the way to do it ?
thanks a lot !