Using Smarty to strip P tags from my HTML Stripping p Tags from HTML Using Smarty A Guide When working with HTML in a PHP application you may encounter situations where you need to manipulate the struct 2 min read 09-10-2024 9
Using PHP substr() and strip_tags() while retaining formatting and without breaking HTML Truncating HTML Strings While Preserving Formatting This article will explore the challenge of truncating HTML strings to a specific character count while retai 3 min read 07-09-2024 17
Remove non-<img> tags from string Extracting Only Image Tags from HTML Using Regex Lets say you have a chunk of HTML code like this html span class introduction img alt image src picture jpg p T 2 min read 07-09-2024 14