Hi Adam, 
I am not sure if my solution will work for you, because i don't know
anything about your language, so i couldn't be sure of the results of
the test:)
You can get around that program by encoding the html page..
Add this lines between your head tags on the html pages:

<meta http-equiv="content-type"
content="text/html;charset=windows-1250">
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-2">
<meta http-equiv="content-language" content="SK">

And see if it will solve your problem?
Hope this helps...
Gurhan


On Sun, 2003-02-09 at 09:50, adam muller wrote:
> Hello everybody. I need some help. Please, look at www.vba.sk, you can see a
> little encoding problems. It is because the server/php is working in win1250
> charset and mysql database in 8859-2. Is there any possibility, how to
> convert php to 8859-2 or mysql to win1250. thanx.
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to