To remove all the HTML tags from your PHP string we can easily use strip_tags ($YourStrings)
or preg_replace ('/<[^>]*>/', '', $YourStrings)
[adsense_id=”2″]
To remove all the HTML tags from your PHP string we can easily use strip_tags ($YourStrings)
or preg_replace ('/<[^>]*>/', '', $YourStrings)
[adsense_id=”2″]