hi,
I'm sorry for my first reply.
htmlentities resolve the problem with "&" but when you have "é" or other accented letter, the output from the page is corrupt.
I find only the problem with "&" and not with an other special caractere...
I propose this solution :
I'm sorry for my first reply.
htmlentities resolve the problem with "&" but when you have "é" or other accented letter, the output from the page is corrupt.
I find only the problem with "&" and not with an other special caractere...
I propose this solution :
$client = str_replace("&", "&","Ben&Nuts");