I was wondering what the best way to loop through the $_GET array and trim() each value.
Thanks
$GET = array_map ('trim', $GET);
Thank you kind sir