View Single Post
Old 01-09-2009, 12:18 AM   #7 (permalink)
drolex
The Visitor
 
Join Date: Jan 2009
Posts: 3
Thanks: 0
drolex is on a distinguished road
Default

Quote:
Originally Posted by TlcAndres View Post
PHP Code:
$_POST array_map('htmlentities',$_POST); 

array_map goes into every array element and preforms the function be it user made or from the system.
Is there a way to use the optional parameters of htmlentities such as quotestyle and character-set parameters?
drolex is offline  
Reply With Quote