Anyone knows what causes the appearance of this -> 
Regards
Strange Simbols
Moderator: General Moderators
Re: Strange Simbols
Serving a page in one character set, but using a different character encoding in the HTML (or database) usually.
Re: Strange Simbols
UTF-8 ? or ANSI ?
Re: Strange Simbols
Those are two encoding schemas, there are many, many more. To avoid problems with strange characters you need to make sure you're using the same character set everywhere in your application - from the database tables, to the database connection, to PHP, to the HTTP headers, to the HTML charset meta tag. A single difference anywhere in the chain can break things completely.
Re: Strange Simbols
Ok thank you I will to that 
edit: I did that and its all goood
, thank you mate.
edit: I did that and its all goood