Contact Us
Go to ...
Go to ...
Home
Category
Php
Jquery
Sql
WordPress
Laravel
CSS
Ajax
Bootstrap
Magento
Linux
AngularJs
Contact Us
Recent Posts
Upload file in Google Drive using API
Fix specified key was too long issue in laravel
Install Swagger in Laravel 9
Print File From Api in Angular
Download File From Api in Anuglar
strip_tags tagged posts
Remove html tag from string in php
$string = '<div class="abc">My data</div>'; echo strip_tags($string); // output = My data
1
2
3
4
$
string
=
'<div class="abc">My data</div>'
;
echo
strip_tags
(
$
string
)
;
// output = My data
Posted in 
Php
No comments
May 9, 2020
Read More
Tweet