| From: | "Adam Lang" <aalang(at)rutgersinsurance(dot)com> |
|---|---|
| To: | "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org> |
| Subject: | Re: Splitting strings |
| Date: | 2001-04-23 16:22:49 |
| Message-ID: | 01d701c0cc11$a39c1740$330a0a0a@rutgersinsurance.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-php |
Use the function "split".
Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Christian Marschalek" <cm(at)chello(dot)at>
To: "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org>
Sent: Monday, April 23, 2001 11:53 AM
Subject: [PHP] Splitting strings
> How would you split a string which is seperated by * with PHP?
>
> Like "abc*def*ghi" into "abc","def","ghi"?
>
> Any clues? Thanks in advance :)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christian Marschalek | 2001-04-23 16:23:08 | Re: Splitting strings |
| Previous Message | Dan Wilson | 2001-04-23 16:06:07 | Re: Splitting strings |