01-09-2009, 12:18 AM
|
#7 (permalink)
|
|
The Visitor
Join Date: Jan 2009
Posts: 3
Thanks: 0
|
Quote:
Originally Posted by TlcAndres
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?
|
|
|
|