View Single Post
Old 01-07-2008, 07:38 PM   #3 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 265
Thanks: 2
TlcAndres is on a distinguished road
Default

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.
TlcAndres is offline  
Reply With Quote
The Following User Says Thank You to TlcAndres For This Useful Post:
sjaq (01-07-2008)