You are just setting the value to a variable.
You should do something like this:
foreach( $_GET as $key => $val ) {
$_GET[$key] = htmlentities( $val );
}
kkeith29
Nearly a Posting Virtuoso
1,357 posts since Jun 2007
Reputation Points: 235
Solved Threads: 194
kkeith29
Nearly a Posting Virtuoso
1,357 posts since Jun 2007
Reputation Points: 235
Solved Threads: 194