Feb 7th, 2011, 12:24 PM
Hi jmac,
This might happen because encoding of form is different from encoding of your database.
You need to have same encoding in database and in form. Try utf-8 as form encoding.
Encoding of form is set in metatag in the header of your form document:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Please check if this is solving your problems...
Cheers,
Hannes
This might happen because encoding of form is different from encoding of your database.
You need to have same encoding in database and in form. Try utf-8 as form encoding.
Encoding of form is set in metatag in the header of your form document:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Please check if this is solving your problems...
Cheers,
Hannes