|
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا
#1
| ||
| ||
Hi there, I am trying to integrate VB4 into existing website with members, topics, comments etc. I have solved the single sign-on thing with the help of some forum search. Thank you all guys for sharing knowledge. In addition, I'm trying to create threads via Data Manager Api. It works like a charm. The problem is that some charset issues. My existing database is MYSQL-Latin5 format. Fetching from db and writing into VB4 works fine. But when I try to concatenate db value with some fixed string charset issues occur. For example: Code: $post_text = $post_text . $db->some_value . " - some string including ş ğ ü ç İ OR ı "; some_value part seems to be right but fixed string looks like sh.t: Quote: hakk?±ndaki yorumlar?±n?±z?± diledi??inizce payla??abilirsiniz. How can i solve this? Google doesnt have the answer. I have already tried iconv function or changing the meta charset. Any other solutions or tricks highly appreciated. Thanks in advance. __DEFINE_LIKE_SHARE__ |
مواقع النشر (المفضلة) |
| |