Hello All,
I have a problem with a field on the screen (and in a mysql database).. Here in the netherlands we have names like "in 't veld" as lastname and here it goed wrong....
If I redisplay the field for example after a validation function the field display "in \'t Veld"
I have tried things like
$voorv = mysql_real_escape_string($voorv);
But that isn't it
What to do ?
Thanks in advance
Hans Rumpff
I have a problem with a field on the screen (and in a mysql database).. Here in the netherlands we have names like "in 't veld" as lastname and here it goed wrong....
If I redisplay the field for example after a validation function the field display "in \'t Veld"
I have tried things like
$voorv = mysql_real_escape_string($voorv);
But that isn't it
What to do ?
Thanks in advance
Hans Rumpff