Re: [PHP] $_SESSION as $key=>$value

2003-06-13 Thread Lars Torben Wilson
recieved the same > message. > > Any Ideas, to help me break through these barriers? > > Thanks so much > Dan > > > > - Original Message - > From: "Ralph" <[EMAIL PROTECTED]> > To: "'Daniel J. Rychlik'" <[EMAIL

Re: [PHP] $_SESSION as $key=>$value

2003-06-13 Thread John Nichel
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 1:50 AM Subject: RE: [PHP] $_SESSION as $key=>$value Daniel, Rather than sending them to a new page to validate the form and then sending them back if a field is invalid, do the error checking from the sa

Re: [PHP] $_SESSION as $key=>$value

2003-06-13 Thread Daniel J. Rychlik
I tried to echo it as well, I recieved the same message. - Original Message - From: "Ralph" <[EMAIL PROTECTED]> To: "'Daniel J. Rychlik'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 6:50 PM Subject: RE: [PHP] $

RE: [PHP] $_SESSION as $key=>$value

2003-06-13 Thread Ralph
I think this may be because you did not include echo in: value=" " so try this: mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 4:28 PM To: Ralph; [EMAIL PROTECTED] Subject: Re: [PHP] $_SESSION as $key=>$value I read the document 4 times. I understand how it works and n

Re: [PHP] $_SESSION as $key=>$value

2003-06-13 Thread Daniel J. Rychlik
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 1:50 AM Subject: RE: [PHP] $_SESSION as $key=>$value > Daniel, > > Rather than sending them to a new page to validate the form and then > sending them back if a field is invalid, do the error checking from

RE: [PHP] $_SESSION as $key=>$value

2003-06-12 Thread Ralph
Daniel, Rather than sending them to a new page to validate the form and then sending them back if a field is invalid, do the error checking from the same script. Here's an example, a bit simple but just to give you an idea. For a better explanation, you should read this article which elaborates