I am inserting a couple of variables using mysql_query. Not too long ago it all worked out flawlessly, but now some variables don't seem to get in the phpmyadmin database when there's a special character like á in the string. It simply won't display anything in the correct column in phpmyadmin. The other variables are stored correctly though.
All the collations in the database are utf8_general_ci. I've tried changing it to utf8_unicode_ci. This caused the string 'á' to display with weird characters like á. Some other things I've tried:
Adding <meta charset="UTF-8">
Adding <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
I couldn't find any solution. If there's anything you guys can come up with, I'd like to hear it.
Thanks in advance.