what\'s up? :-)
I have one problem and i hope you can help me with it.
One friend of mine have a simple solid html website and i implemented little php; CRUD sys
if its really mysql fetch assoc messing up you should try: mysql-set-charset
from the docs:
Note:
This is the preferred way to change the charset. Using mysql_query() to execute SET NAMES .. is not recommended.
also make sure your files are saved as utf8 and check iconv_set_encoding / iconv_get_encoding