Dynamic update - wrong characters [SOLVED] 2 Years ago
Karma: 0
The module 2.2 is cool .Thanks for it.
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
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.