No lo entiendo hago un UPDATE normal:
Código:
function set_textDadesWeb($lang, $text){
$text = str_replace('\'', '\\\'', $text);
mysql_query("SET NAMES 'utf8'");
$sql = "UPDATE tb_empresa_text SET emptext_text = '".$text."' WHERE emptext_id=1 and emptext_lang like '".$lang."'";
mysql_query($sql);
}
Y para representarlo así:
Código:
<?php $text = get_textDadesWeb_llenguatge($_COOKIE['lang']);
$text = str_replace(array("\r\n", "\n", "\r"), '<br />', $text);
echo $text; ?>
Si hago un htmlentities($text) , el texto me sale así:
<p><br /> Permeteu-nos que ens presentem: <strong>RB Electr&oacute;nica S.L .</strong> &eacute;s una empresa d&#39;electr&ograve;nica.</p><br /><p><br /> Li enviem una petita mostra dels nostres productes, amb nom RB. Estarem encantats a posar la nostra experi&egrave;ncia a la seva disposici&oacute;. Si ho desitgen nom&eacute;s han de trucar al nostre n&uacute;mero de tel&egrave;fon: 936978184 i sol&middot;licitar informaci&oacute; sobre les nostres ofertes i opcions.</p><br />