oTOMi
10-06-2005, 01:34 PM
Hi, problems r still here. They moved my web to other server with safe mod=off. But i cant get czech characters there. There is utf-8 set on the pages, even in the db and they told me to edit this "$set = @mysql_query ("SET NAMES utf8");" in
function start_mysql()
{
global $pixelpost_db_host, $pixelpost_db_user, $pixelpost_db_pass, $pixelpost_db_pixelpost;
mysql_connect($pixelpost_db_host, $pixelpost_db_user, $pixelpost_db_pass) || die("Error: ". mysql_error());
$set = @mysql_query ("SET NAMES utf8");
mysql_select_db($pixelpost_db_pixelpost) || die("Error: ". mysql_error());
}
but nothing changed, can somebody help me? pls?
function start_mysql()
{
global $pixelpost_db_host, $pixelpost_db_user, $pixelpost_db_pass, $pixelpost_db_pixelpost;
mysql_connect($pixelpost_db_host, $pixelpost_db_user, $pixelpost_db_pass) || die("Error: ". mysql_error());
$set = @mysql_query ("SET NAMES utf8");
mysql_select_db($pixelpost_db_pixelpost) || die("Error: ". mysql_error());
}
but nothing changed, can somebody help me? pls?