See if either of these pages help: http://book.cakephp.org/view/1138/stripslashes_deep http://book.cakephp.org/view/1126/convertSlash http://book.cakephp.org/view/1183/Data-Sanitization
And while I'm writing, I found these answers by doing a quick search in the online guide. You could try that yourself first ;-) http://book.cakephp.org/view/876/The-Manual Jeremy Burns [email protected] (Skype) +44 208 123 3822 (jeremy_burns) (m) +44 7973 481949 (h) +44 208 530 7573 On 28 Apr 2010, at 11:38, chandrasekhar reddy wrote: > > can i use stripslashes in cakephp directly in cakephp like php .is it work ? > > > $txtProfileName = stripslashes($txtProfileName); > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > 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 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
