Hi all!

I've got names in latin stored on mysql so when I try to retrieve them using mysql_result to display them using a combobox (<select>), in comes scrambled. For instance, "María Peña" shows like "MaraPea".

Any ideas?

BTW, it looks just fine inside the tables...