View Single Post
Old 01-09-2009, 07:40 PM   #10 (permalink)
Enfernikus
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 322
Thanks: 2
Enfernikus is on a distinguished road
Default

Well the first and most obvious method to be would be to use create_function()

PHP Code:
<?php
$_POST 
array_mapcreate_function('$string''return htmlentities($string,ENT_QUOTES);'), $_POST );
Enfernikus is offline  
Reply With Quote