inboxHub
Login
Signup
x
Login
Signup
Home
Categories
Application
Artificial Intelligence
Database
Digital Marketing
Physiotherapy
Quality Assurance
Web Technology
Home
Function-string-strip-tags
Function string strip tags
How to remove html tag from string in php
Deepak Sharma
Asked 11-11-2024
140
Answer (1)
echo strip_tags("Hello
world!
");
?>
This function strips a string from HTML, XML, and PHP tags. In this example, the
tag gets stripped
Deepak Sharma
Asked 04-11-2018
45 Likes
Comments
Write comment
Submit
Submit your answer