i have php form on an apache server that sends an email and stores in
a mysql database once it is submitted
when someone enters a name with an accent over a letter it mangles the
text
for example
the user enters Montréal and the email i get ends up looking like
Montréal, it also stores it in the database this way
any ideas on what is happening here and how i can correct it?
thanks
a mysql database once it is submitted
when someone enters a name with an accent over a letter it mangles the
text
for example
the user enters Montréal and the email i get ends up looking like
Montréal, it also stores it in the database this way
any ideas on what is happening here and how i can correct it?
thanks
Comment