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
|