When I set (in administration panel ) Dynamic update - up to 0, after refresh on my main page( http://oks.com.pl ) I’m getting wrong characters code for my language.
I have not any idea. Please help.<br><br>Post edited by: Prutkar, at: 2007/09/16 05:14
Re:Dynamic update - wrong characters 1 Year, 10 Months ago
Karma: 49
yes I can see the problem.
Problem is in different processing in static and dynamic. Static prints out directly by your server php code and client browser only presents it. Dynamic, server responds to http requests and javascript of client browser prints it out. I'll try to figure out a fix for it.