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 "<>$%$" 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 [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
-~----------~----~----~----~------~----~------~--~---