Skip to content

Instantly share code, notes, and snippets.

@relipse
Created December 14, 2022 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save relipse/14b6ad688b348cc47026c20d82cef583 to your computer and use it in GitHub Desktop.
Save relipse/14b6ad688b348cc47026c20d82cef583 to your computer and use it in GitHub Desktop.
<?php
function strip_unsafe_fnchars($input){
return str_replace(['#','|','`','+','@',':','"',"'",'!','$',' ','/','\\',
'?','*','>','<','{','}','%'],'', $input);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment