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
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"
>>
>>
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
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
4 matches
Mail list logo