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
rates on this method: http://www.zend.com/zend/spotlight/form-pro-php4.php and so on -Original Message- From: Daniel J. Rychlik [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 2:40 PM To: [EMAIL PROTECTED] Subject: [PHP] $_SESSION as $key=>$value Is this

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

2003-06-12 Thread Daniel J. Rychlik
Is this valid to iterate over a form variables.? foreach ($_SESSION as $key=>$value) and another question, do I need this in my form? Im really struggling with $_SESSION. Im trying to program smarter and make friendlier applications. Ive submitted several emails dealing with this func