Re: Splitting strings - Mailing list pgsql-php

From Adam Lang
Subject Re: Splitting strings
Date
Msg-id 01d701c0cc11$a39c1740$330a0a0a@rutgersinsurance.com
Whole thread Raw
In response to Splitting strings  ("Christian Marschalek" <cm@chello.at>)
List pgsql-php
Use the function "split".

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Christian Marschalek" <cm@chello.at>
To: "[PHP] PostgreSQL" <pgsql-php@postgresql.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


pgsql-php by date:

Previous
From: "Christian Marschalek"
Date:
Subject: Re: Splitting strings
Next
From: "Gary Hoffman"
Date:
Subject: PHP make failure -- why?