i have issues with SQL rows, when å ø æ is used, they are inserted as ø æ å, and it looks fine, but when i echo the row out on my page, i get a �.
If i use another collation, i get a "?" rather then a �
i have issues with SQL rows, when å ø æ is used, they are inserted as ø æ å, and it looks fine, but when i echo the row out on my page, i get a �.
If i use another collation, i get a "?" rather then a �
You have to check several things:
mysql_set_charset
).