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