A web service that I am accessing send the following response...
<strong>result</strong>
How can I strip the string of these encoded tags?
<?php
$str = '<strong>result</strong>';
echo strip_tags(html_entity_decode($str));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With