Skip to content

Instantly share code, notes, and snippets.

@AlexBezuska
Created April 11, 2014 06:38
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 AlexBezuska/10444485 to your computer and use it in GitHub Desktop.
Save AlexBezuska/10444485 to your computer and use it in GitHub Desktop.
//works on my local machine, white screens the server
echo str_replace( ['<ul>','</ul>'], '', $string );
//works great on both
echo str_replace( array('<ul>','</ul>'), '', $string );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment