Re: Splitting strings

From: "Dan Wilson" <phpPgAdmin(at)acucore(dot)com>
To: "Christian Marschalek" <cm(at)chello(dot)at>, "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org>
Subject: Re: Splitting strings
Date: 2001-04-23 16:06:07
Message-ID: 001301c0cc0f$4e12e210$523987cf@corp.peoplesoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

http://www.php.net/manual/en/function.explode.php

: 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

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Adam Lang 2001-04-23 16:22:49 Re: Splitting strings
Previous Message Roberto Mello 2001-04-23 16:04:49 Re: Splitting strings