Quote:
Originally Posted by cellarius
Hm, hard to say. And all you get is a "?"? At this point I can just suggest basic debugging strategies: Try to simplyfy your operations as much as possible - start out with a simple query for a simple value and try to print it, then see what happens. Then go on step by step from there. Tedious work, but often worth it...
|
no. numbers are ok. I think it depends on my language. I used
Code:
mysql_set_charset('utf8');
but it doesn't work.
is there any way to set charset on read or write?