Dolphin.com.bd
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
SMF - Just Installed!
Home
Help
Search
Login
Register
Dolphin.com.bd
»
Create your Own Website
»
HTML, PHP
»
Remove HTML Tag from a PHP String
« previous
next »
Print
Pages: [
1
]
Author
Topic: Remove HTML Tag from a PHP String (Read 2190 times)
bbasujon
Administrator
VIP Member
Posts: 1827
I want to show my performance at any where
Remove HTML Tag from a PHP String
«
on:
January 22, 2012, 07:41:47 AM »
To remove all the HTML tags from your PHP string we can easily use strip_tags ($YourStrings) or preg_replace ('/<[^>]*>/', '', $YourStrings)
Logged
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection
Print
Pages: [
1
]
« previous
next »
Dolphin.com.bd
»
Create your Own Website
»
HTML, PHP
»
Remove HTML Tag from a PHP String