I have stumbled into a rather strange situation. Names like Ãñiguez are recognised by PHP,we can work with them.But when inserted into a database they transform into something like "José Calderón".Of course that`s not the exact example for the transformation. The problem is if I try to search for Ãñiguez into the database I get NOTHING because I must search for the equivalent of Ãñiguez in ASCII.So please tell me how I can transform characters like Ãñiguez into ASCII so I can use them into databases. Thanks for your time