Free Beautiful Css templates, Web designer tricks from expert
$original = array('<p>Paragraph</p>', '<strong>Bold</strong>'); $new = array_map('strip_tags', $original); // $new is now array('Paragraph', 'Bold');
No comments:
Post a Comment