Skip to content

Instantly share code, notes, and snippets.

@greggles
Created June 12, 2012 19:22
Show Gist options
  • Save greggles/2919563 to your computer and use it in GitHub Desktop.
Save greggles/2919563 to your computer and use it in GitHub Desktop.
check_plain all the things
<?php
// ....
array_walk($_POST, 'check_plain');
// ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment