Re: escaping commas for csv output
- From: Bruce <none@xxxxxxxx>
- Date: Wed, 24 Sep 2008 22:09:39 GMT
Michael Fesser wrote:
$fp = fopen('my.csv','a');
$content = "$var1,$var2,$var3...
fwrite($fp,$content);
fputcsv()
Micha
I'm assuming replacing fwrite() with fputcsv().
Was there something else (it did not work)?
.
- Follow-Ups:
- Re: escaping commas for csv output
- From: Michael Fesser
- Re: escaping commas for csv output
- References:
- escaping commas for csv output
- From: Bruce
- Re: escaping commas for csv output
- From: Michael Fesser
- escaping commas for csv output
- Prev by Date: Re: Exec() function not doing as I want (OSX)
- Next by Date: Re: escaping commas for csv output
- Previous by thread: Re: escaping commas for csv output
- Next by thread: Re: escaping commas for csv output
- Index(es):