[PHP] Re: parts of sentences

2002-10-09 Thread Bogdan Stancescu
Glad it helps - be sure to also check implode() for the reverse action! Bogdan Oliver Witt wrote: > Bogdan Stancescu schrieb: > > >>You might want to take a look at explode() and array functions - I don't >>understand exactly what you want ("I want this -- or that"), but those >>will probably

[PHP] Re: parts of sentences

2002-10-09 Thread Oliver Witt
Bogdan Stancescu schrieb: > You might want to take a look at explode() and array functions - I don't > understand exactly what you want ("I want this -- or that"), but those > will probably solve the problem, whatever that is specifically. > > Bogdan > > Oliver Witt wrote: > > Hi, > > I have a pr

[PHP] Re: parts of sentences

2002-10-09 Thread Bogdan Stancescu
You might want to take a look at explode() and array functions - I don't understand exactly what you want ("I want this -- or that"), but those will probably solve the problem, whatever that is specifically. Bogdan Oliver Witt wrote: > Hi, > I have a problem that I don't know how to solve with