Hello, Iam using connections plugin for restaurant coupons lists. And also iam using SMS text message plugin to send restaurant coupons. I have added the smstextmessage.php code into connections plugin's restaurant lists to send coupons (into card.php) . If i enter my mobile number iam getting coupons successfully. But iam getting restaurant title and address with HTML codings to my mobile. How to get plain text only title and address?. Pls help me to fix. Coupon is sending to mobile like this: SubJ:<spanclass+"title>BaciRestaurant and MSG::<div class="adr"style="margin-bottom:10px:"><div (con't)2 of 3 class+ "street-address: 4 N Washington St and on Code for taking coupons address and title: $body = $entry->getAddressBlock(); $subject = $entry->getTitleBlock();