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 automagically escapes
form-submitted data.


magic_quotes_[gpc|runtime] is off on my system - the data is escaped to
the db with '\', but escaped in the form field value attribute as an
html entity reference - I don't think it's being done by magic quotes,
unless cake is doing it for me.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to