1

im trying to save something into a database with a normaly mysql-query via php.

Its working pretty good, but when it comes to umlauts/mutations its not working.

I tried it with regular expressions, but this didnt work either.

Any ideas?

Thx Nubu

Nubu
  • 29
  • 3
  • 1
    read this : http://kunststube.net/encoding/ – Prasanth Bendra Feb 28 '13 at 08:40
  • Do you ahve any kind of error? Also you need to make your columns in table with UTF-8 – Michael Tichoň Feb 28 '13 at 08:41
  • This is not a good question. What is working? What is not? What is the expected behavior? What is your code supposed to do? Can we see it? – Raffaele Feb 28 '13 at 08:43
  • http://kunststube.net/frontback – deceze Feb 28 '13 at 08:48
  • Sorry kunststube, i just wanted to add a new person into my database, with all kinds of information (firstname, lastname etc.) and also i wanted to make it happen that letters like ä, ü, ö can be inserted into the database ... what is actually not possible thats what i wanted. – Nubu Feb 28 '13 at 13:00

0 Answers0