Re: Writing array to csv string

From: Derek Battams (derek_at_stopspam.battams.ca)
Date: 07/07/04


Date: Wed, 07 Jul 2004 15:55:31 GMT

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



Relevant Pages

  • Re: Writing array to csv string
    ... Adam Levenstein wrote: ... > I have need to take an array of strings from a form and write it to a ... Please use comp.lang.php for PHP related questions, ...
    (comp.lang.php)
  • Converting Strings
    ... I'm trying to convert the strings below into an array of all the unique ... This is a ruby code. ...
    (comp.lang.ruby)
  • 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 ...
    (comp.lang.php)
  • Writing array to csv string
    ... Hey all, ... I have need to take an array of strings from a form and write it to a ... string in csv format. ...
    (comp.lang.php)
  • Re: K&R2 Secition 5.9 - major blunders
    ... Each element of b doesn't point to a 20 element array of int. ... This mistake is crucial because ... my explanation is really the qualities of something else: ... > The use of the array of pointers is to store the strings. ...
    (comp.lang.c)