Splitting strings

From: "Christian Marschalek" <cm(at)chello(dot)at>
To: "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org>
Subject: Splitting strings
Date: 2001-04-23 15:53:08
Message-ID: 000001c0cc0d$7dfabf40$0200a8c0@server
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-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 :)

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Roberto Mello 2001-04-23 16:04:49 Re: Splitting strings
Previous Message Timothy_Maguire 2001-04-23 15:51:25 Re: Splitting strings