Guest User

Untitled

a guest
Sep 8th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2. $text = "&ndash;". "&hellip;". "&quot;"." &nbsp;";
  3. $html = html_entity_decode($text);
  4. echo $html;
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment