Re: [PHP] Need help with a string

2004-10-08 Thread Andrew Kreps
On 8 Oct 2004 17:27:10 -, Tim Van Wassenhove <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, Greg Donald wrote: > > On Fri, 8 Oct 2004 11:38:23 -0500, Brent Clements > ><[EMAIL PROTECTED]> wrote: > >> Given the following string: > >> > >> $textString = "Share A Dream Come True Para

Re: [PHP] Need help with a string

2004-10-08 Thread Tim Van Wassenhove
In article <[EMAIL PROTECTED]>, Greg Donald wrote: > On Fri, 8 Oct 2004 11:38:23 -0500, Brent Clements ><[EMAIL PROTECTED]> wrote: >> Given the following string: >> >> $textString = "Share A Dream Come True Parade 3:00 SpectroMagic Parade 9:00, 11:00 >> Wishes? nighttime spectacular 10:00" >> >>

Re: [PHP] Need help with a string

2004-10-08 Thread Jason Davidson
prolly already mentioned, but what about explode using the commas $strings = explode(',', $textString); Greg Donald <[EMAIL PROTECTED]> wrote: > > On Fri, 8 Oct 2004 11:38:23 -0500, Brent Clements > <[EMAIL PROTECTED]> wrote: > > Given the following string: > > > > $textString = "Share A Dream

Re: [PHP] Need help with a string

2004-10-08 Thread Greg Donald
On Fri, 8 Oct 2004 11:38:23 -0500, Brent Clements <[EMAIL PROTECTED]> wrote: > Given the following string: > > $textString = "Share A Dream Come True Parade 3:00 SpectroMagic Parade 9:00, 11:00 > Wishes? nighttime spectacular 10:00" > > I need to break the string up into pieces where as > > $st