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

2003-06-13 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

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

2003-06-13 Thread Daniel J. Rychlik
] To: 'Daniel J. Rychlik' [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 same

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

2003-06-13 Thread Ralph
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 now Im excited about applying this to my application, however Im running into a problem. Im recieving an error on my page. I have this in my form. input

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] $_SESSION as $key=$value I think this may be because you did

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

2003-06-13 Thread John Nichel
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 same script. Here's an example, a bit

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

2003-06-13 Thread Lars Torben Wilson
] To: 'Daniel J. Rychlik' [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