RE: [PHP] Help: Suggestions for multi page form validation

2004-10-19 Thread Stuart Felenstein
means. > > HTH > Graham > > > -Original Message- > > From: Stuart Felenstein > [mailto:[EMAIL PROTECTED] > > Sent: 19 October 2004 10:26 > > To: Graham Cossey; [EMAIL PROTECTED] > > Subject: RE: [PHP] Help: Suggestions for multi > pag

RE: [PHP] Help: Suggestions for multi page form validation

2004-10-19 Thread Graham Cossey
hiflett's site, it's got some great info. http://shiflett.org especially: http://shiflett.org/articles HTH Graham > -Original Message- > From: Stuart Felenstein [mailto:[EMAIL PROTECTED] > Sent: 19 October 2004 10:26 > To: Graham Cossey; [EMAIL PROTECTED] > Subjec

RE: [PHP] Help: Suggestions for multi page form validation

2004-10-19 Thread Stuart Felenstein
If it's okay I'll throw out two more questions then. 1-Probably a silly question, but is a "faux pas" if I don't do client side [javascript] validations ? 2a- Textboxes - provided I'm not allowing special characters (only alphanumeric) does this alone protect me from things like "sql injections

RE: [PHP] Help: Suggestions for multi page form validation

2004-10-19 Thread Graham Cossey
Personally I would do as you suggest in 1. I would think your users would get rather annoyed if they had gone through several form pages to be told at the end of an error in form page1. So, page2 validates page1 etc. I would assume that page2 already does some processing of page1 anyway, as I beli