Re: Definitive data cleansing methodology

2006-12-20 Thread [EMAIL PROTECTED]
Chris Hartjes wrote: > Field values that contain " (double quotes), <, > etc are also escaped > when re-rendered back to the form fieled value attribute - is this cake > doing this? That could also be from PHP itself. I believe there is a magic_quotes option that can be turned off or on that

Re: Definitive data cleansing methodology

2006-12-20 Thread Chris Hartjes
On 12/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Field values that contain " (double quotes), <, > etc are also escaped when re-rendered back to the form fieled value attribute - is this cake doing this? That could also be from PHP itself. I believe there is a magic_quotes option th

Definitive data cleansing methodology

2006-12-20 Thread [EMAIL PROTECTED]
Being the paranoid type (I'm not really, they actually *are* out to get me), I started looking at data cleansing today, which is one area of cake I'm a little unsure of, but getting it right is pretty important :) From the testing I've done, it appears that values are automatically sql escaped