Hi,
I have changed the table to use utf-8, and from the mysql prompt I can do an insert and the foreign characters show up exactly how they should ... but now when I use my form and php to insert the same character it comes up with strange letters and characters. I have added the following line in the header of the page <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Does anyone know how I can solve this... thanks in advance.
I have changed the table to use utf-8, and from the mysql prompt I can do an insert and the foreign characters show up exactly how they should ... but now when I use my form and php to insert the same character it comes up with strange letters and characters. I have added the following line in the header of the page <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Does anyone know how I can solve this... thanks in advance.