Welcome Guest, Not a member yet? Register   Sign In
There has got to be a better way to do this (Input Handling/Tag stripping)
#3

[eluser]@li[/eluser]
Just do
Code:
$_POST=array_map('htmlentities',$_POST);

to have the entire $_POST array htmlentities()ed


Messages In This Thread
There has got to be a better way to do this (Input Handling/Tag stripping) - by El Forum - 09-08-2008, 03:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB