Once you have that array properly formatted you can do something like this in PHP:
foreach ($langClarContent as $char){
echo htmlspecialchars_decode($char);
}
ssergei
2010-03-11 00:07:50
Once you have that array properly formatted you can do something like this in PHP:
foreach ($langClarContent as $char){
echo htmlspecialchars_decode($char);
}
Note.. Htmlspecialchar only converts some of the characters.. if you want to convert all characters use: html_entity_decode