View Single Post

  #1 (permalink)  
Old 07-07-2004
Derek Battams
 
Posts: n/a
Default Re: Writing array to csv string

Adam Levenstein wrote:
> Hey all,
>
> I have need to take an array of strings from a form and write it to a
> string (not a file) in csv format. Is there a quick n' easy way of
> doing this?
>
> Thanks,
>
> Adam


Have a look at the implode function, that should get you started.

HTH,

Derek
Reply With Quote