The Arcive of vBulletin Modifications Site. |
|
|
#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: PHP Code:
Quote:
Thanks in advance. |
|
#2
|
|||
|
|||
|
Even i am having the same problem
after refreshing the page it looks fine
|
|
#3
|
|||
|
|||
|
i have solved this creating a temp table with same encoding. just inserted my fixed strings and then fetched from there.
maybe it works somebody else. |
![]() |
|
|