Adam Royle wrote:
> You need to handle this manually. Look at the Sanitize class for cake's 
> built-in methods.
> 
> http://api.cakephp.org/class/sanitize
> 
> If you don't need the user to enter any html at all, consider using the h() 
> method while outputting your data, which will convert any html tags to their 
> entities so they will no longer be interpreted by the browser as html.
> 
> Cheers,
> Adam

Thanks!
Should this also be used while saving data? Or only in the views?

Marcel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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