RE: [PHP] Security: Forms and displaying invalid data

2004-10-30 Thread Graham Cossey
> -Original Message- > From: rjc [mailto:[EMAIL PROTECTED] > Sent: 30 October 2004 23:35 > To: [EMAIL PROTECTED] > Subject: [PHP] Security: Forms and displaying invalid data > > > I have a form, that takes user input, and was wondering what are your > thoughts

[PHP] Security: Forms and displaying invalid data

2004-10-30 Thread rjc
I have a form, that takes user input, and was wondering what are your thoughts of redisplaying user input back on the page after validation has failed. Eg. they have to enter a date in format: '-mm-dd' and they enter: . etc. or anything for that matter. Although that would prob be too lo