Skip to content

Instantly share code, notes, and snippets.

@merodiro
Created May 24, 2017 21:36
Show Gist options
  • Select an option

  • Save merodiro/1d4ef1785cad09cc27121e40c1ecac1c to your computer and use it in GitHub Desktop.

Select an option

Save merodiro/1d4ef1785cad09cc27121e40c1ecac1c to your computer and use it in GitHub Desktop.
$return_str = str_replace( array('<','>',"'",'"',')','('), array('&lt;','&gt;','&apos;','&#x22;','&#x29;','&#x28;'), $input_str );
$return_str = str_ireplace( '%3Cscript', '', $return_str );
return $return_str;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment