Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

Re: [PHP] Convert From: Alva Chew (alvachew <email protected>)
Date: 06/28/01

use implode("separator", $array).
the separator joins the array together.

For example, if you got 'cat', 'run', 'dog' in the array
using implode("-", $array) will give you:

cat-run-dog. Got it?

regards,
Alva Chew

<tvkarthick <email protected>> wrote in message
news:200106281204.f5SC4fU16294 <email protected>
> Hi
>
> How do I convert arrays to string ??.
>
> ~ Karthick
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>