thank you for your reply.
I used now following code and it worked. Do you know another idea ?
Code: Select all
$yourname = htmlentities(trim($yourname),ENT_QUOTES,'utf-8');Code: Select all
$yourname = htmlentities(trim($yourname),ENT_QUOTES,'utf-8');