Într-o zi pe când lucram - de Ana Blandiana
9.1/10 - 196 de voturi
Într-o zi pe când lucram
$text = str_replace(" ", ' ', $item->text);
$string = htmlentities($text, null, 'utf-8');
$content = str_replace(" ", "", $string);
$content = html_entity_decode($content);
?>