Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to filter the all special characters in cakephp from an array

cleaned = preg_replace("/[^{$allow}a-zA-Z0-9]/", '', $string);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #filter #special #characters #cakephp #array
ADD COMMENT
Topic
Name
2+4 =