php-general | 2001062
Date: 06/28/01
- Next message: teo <email protected>: "Re: [PHP] Stopping stolen / spoofed / linked sessions"
- Previous message: Manuel Lemos: "Re: [PHP] Want To Know about Databse Connection"
- In reply to: tvkarthick <email protected>: "[PHP] Convert"
- Next in thread: scott [gts]: "RE: [PHP] Convert (join)"
- Reply: scott [gts]: "RE: [PHP] Convert (join)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: teo <email protected>: "Re: [PHP] Stopping stolen / spoofed / linked sessions"
- Previous message: Manuel Lemos: "Re: [PHP] Want To Know about Databse Connection"
- In reply to: tvkarthick <email protected>: "[PHP] Convert"
- Next in thread: scott [gts]: "RE: [PHP] Convert (join)"
- Reply: scott [gts]: "RE: [PHP] Convert (join)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

