regdude Posted January 18, 2009 Share Posted January 18, 2009 Hi! I just got a website that I need to set up. The problem is that it is a flash page that also includes PHP with MySQL. The website has 2 parts, one part is the viewable part by anyone, the second is admin page (not flash, only PHP and HTML) where you can edit info in MySQL. Everything is readable and can be sent to MySQL fine, without any "unknown chars", but the same text has problems in the first part of website, where all info is in a flash. But there is a weird thing (mostly logical) - text, that is in flash it self and isn't taken from MySQL is readable normally, but at the same time MySQL text isn't readable. So what I must do is find a charset that understands the flash page, because I can change the charset in the admin page, but I don't think there is a way to get this charset. Any tips how could I found this charset? Quote Link to comment https://forums.phpfreaks.com/topic/141335-charset-in-flash/ Share on other sites More sharing options...
RussellReal Posted January 18, 2009 Share Posted January 18, 2009 woooooooooooooooo thats alotta babbling lol. 1. I think you don't need to do ANYTHING to the character encoding 2. It is probably a database connection problem. Quote Link to comment https://forums.phpfreaks.com/topic/141335-charset-in-flash/#findComment-739850 Share on other sites More sharing options...
regdude Posted January 18, 2009 Author Share Posted January 18, 2009 What kind of a connection problem? I think this is a charset encoding problem, because the MySQL text shows from "ā" to a "russian-d". But there is also a file charset, but don't know if that can effect. Quote Link to comment https://forums.phpfreaks.com/topic/141335-charset-in-flash/#findComment-739858 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.