Hi
I am trying to import data into mysql from excel. The issue is that the data has some char with spanish accents. I am writing a php script to do that. When I try to display data containing those accents in php, I get a beta symbol for every char that has an accent on. How can I preserve the accents in php and import it to sql? Thanks