Hi,
may be it is a stupid question, I am gettind data into a db from a html form.
Before insert I am filtering data with:
$text = wordwrap($text, 80);
$text = htmlentities($text);
and sometimes I see that characters are converted into:
…
what is that ?
Typed into a html page is like ... but I cannot repeat the problem by typing such data in the form .... mistery ?!
Should I remove htmlentities and use it only to get out data from table ?
thanks