Hi,

When I use Sanitize to clean user-input and then create a form using
the html helper, 'special characters' like '&' get double converted:
- Sanitize converts '&' into '&', which is then stored in the
database.
- html helper functions convert '&' into '&'.

I would like to use both these functionalities of CakePHP, but this
doesn't work for me. Any suggestions?

Thanks!

-- joost


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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