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