I want to sanitize the post before working with it or saving it to the
database.

Like this:
<?php
App::import('Sanitize');
$this->data['Upload'] = Sanitize::clean($this->data['Upload']);
?>

I have two questions:
1) Is this even necessary? Is this going to do anything for me or is
it already being done?
2) After I change "<>$%$" to this "&lt;&gt;$&#37;$" with the
sanitizer; how do I get it back to "<>$%$" in the view? Is there a
helper for this?

Any help is appreciated. There are a few other unanswered posts about
this...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to