Re: [PHP] Perplexing problem, suggestions or answer needed

2004-09-11 Thread Mag
> > Hello John, > > The reason is I am trying to "chain" some > programs, > > the idea is to take the first part (in the > original > > example "ninty", then redirect to the second > script > > passing that value...after the second script > finishes > > it redirects back to the first script which

Re: [PHP] Perplexing problem, suggestions or answer needed

2004-09-11 Thread Wouter van Vliet
On Sat, 11 Sep 2004 03:11:08 -0700 (PDT), Mag <[EMAIL PROTECTED]> wrote: > > --- John Holmes <[EMAIL PROTECTED]> wrote: > > > Mag wrote: > > > > > Hi, > > > I will be getting input from a textarea and then I > > am > > > using "explode" to break the text into an array > > when > > > it encounters

Re: [PHP] Perplexing problem, suggestions or answer needed

2004-09-11 Thread Mag
--- John Holmes <[EMAIL PROTECTED]> wrote: > Mag wrote: > > > Hi, > > I will be getting input from a textarea and then I > am > > using "explode" to break the text into an array > when > > it encounters a space. > > > > eg: > > one two three four ninty > > would be broken into 5 parts of an arr

Re: [PHP] Perplexing problem, suggestions or answer needed

2004-09-10 Thread John Holmes
Mag wrote: Hi, I will be getting input from a textarea and then I am using "explode" to break the text into an array when it encounters a space. eg: one two three four ninty would be broken into 5 parts of an array. ** The array would then be put into a session ** now I need to display the last pa