View Single Post
Old 01-08-2008, 12:15 AM   #6 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 265
Thanks: 2
TlcAndres is on a distinguished road
Default

Well just in case you'd like another method.

PHP Code:
foreach($_POST as $key => $val)
{
   
$_POST[$key] = htmlentities($val);

TlcAndres is offline  
Reply With Quote