Re: [PHP] Perplexing problem.

2009-06-05 Thread Daniel Brown
On Fri, Jun 5, 2009 at 11:50, Gary wrote: > As usual, thank you for your help.  How do I get it to display in the emails > only if the boxes are checked? -- daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at Pi

Re: [PHP] Perplexing problem.

2009-06-05 Thread Gary
As usual, thank you for your help. How do I get it to display in the emails only if the boxes are checked? Thanks again. Gary "Daniel Brown" wrote in message news:ab5568160906050838k682271eeg1e0a5f90b916c...@mail.gmail.com... On Fri, Jun 5, 2009 at 11:28, Gary wrote: > I have a form script

Re: [PHP] Perplexing problem.

2009-06-05 Thread Gary
Unbeleieable I am now getting it correct on Chrome, but not FF...I have been wracking my brain and it was firefox I dont get it... "Daniel Brown" wrote in message news:ab5568160906050838k682271eeg1e0a5f90b916c...@mail.gmail.com... On Fri, Jun 5, 2009 at 11:28, Gary wrote: > I have a fo

Re: [PHP] Perplexing problem.

2009-06-05 Thread Daniel Brown
On Fri, Jun 5, 2009 at 11:28, Gary wrote: > I have a form script that is not cooperating.  When I fill out this form,  I > get the checkbox "yes", but not the checkbox "info" Also, in the message on > the result page that displays, I get "Yes, send me referral Caards! at > the bottom.  ( I have

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